Modifier and Type | Method and Description |
---|---|
static DbIterator<Order.Ask> |
getAll(int from,
int to) |
static Order.Ask |
getAskOrder(long orderId) |
static DbIterator<Order.Ask> |
getAskOrdersByAccount(long accountId,
int from,
int to) |
static DbIterator<Order.Ask> |
getAskOrdersByAccountAsset(long accountId,
long assetId,
int from,
int to) |
static DbIterator<Order.Ask> |
getAskOrdersByAsset(long assetId,
int from,
int to) |
static int |
getCount() |
static DbIterator<Order.Ask> |
getSortedOrders(long assetId,
int from,
int to) |
getAccountId, getAssetId, getHeight, getId, getPriceNQT, getQuantityQNT, getTransactionHeight, getTransactionIndex, toString
public static int getCount()
public static Order.Ask getAskOrder(long orderId)
public static DbIterator<Order.Ask> getAll(int from, int to)
public static DbIterator<Order.Ask> getAskOrdersByAccount(long accountId, int from, int to)
public static DbIterator<Order.Ask> getAskOrdersByAsset(long assetId, int from, int to)
public static DbIterator<Order.Ask> getAskOrdersByAccountAsset(long accountId, long assetId, int from, int to)
public static DbIterator<Order.Ask> getSortedOrders(long assetId, int from, int to)