| Modifier and Type | Method and Description | 
|---|---|
| static DbIterator<Order.Bid> | getAll(int from,
      int to) | 
| static Order.Bid | getBidOrder(long orderId) | 
| static DbIterator<Order.Bid> | getBidOrdersByAccount(long accountId,
                     int from,
                     int to) | 
| static DbIterator<Order.Bid> | getBidOrdersByAccountAsset(long accountId,
                          long assetId,
                          int from,
                          int to) | 
| static DbIterator<Order.Bid> | getBidOrdersByAsset(long assetId,
                   int from,
                   int to) | 
| static int | getCount() | 
| static DbIterator<Order.Bid> | getSortedOrders(long assetId,
               int from,
               int to) | 
getAccountId, getAssetId, getHeight, getId, getPriceNQT, getQuantityQNT, getTransactionHeight, getTransactionIndex, toStringpublic static int getCount()
public static Order.Bid getBidOrder(long orderId)
public static DbIterator<Order.Bid> getAll(int from, int to)
public static DbIterator<Order.Bid> getBidOrdersByAccount(long accountId, int from, int to)
public static DbIterator<Order.Bid> getBidOrdersByAsset(long assetId, int from, int to)
public static DbIterator<Order.Bid> getBidOrdersByAccountAsset(long accountId, long assetId, int from, int to)
public static DbIterator<Order.Bid> getSortedOrders(long assetId, int from, int to)