Package nxt.ae
Class OrderHome
java.lang.Object
nxt.ae.OrderHome
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classfinal classclass -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderHomeforChain(ChildChain childChain) getAllAskOrders(int from, int to) getAllBidOrders(int from, int to) intgetAskOrder(long orderId) getAskOrdersByAccount(long accountId, int from, int to) getAskOrdersByAccountAsset(long accountId, long assetId, int from, int to) getAskOrdersByAsset(long assetId, int from, int to) intgetBidOrder(long orderId) getBidOrdersByAccount(long accountId, int from, int to) getBidOrdersByAccountAsset(long accountId, long assetId, int from, int to) getBidOrdersByAsset(long assetId, int from, int to) getSortedAskOrders(long assetId, int from, int to) getSortedBidOrders(long assetId, int from, int to)
-
Method Details
-
forChain
-
getAskCount
public int getAskCount() -
getAskOrder
-
getAllAskOrders
-
getAskOrdersByAccount
-
getAskOrdersByAsset
-
getAskOrdersByAccountAsset
public DbIterator<OrderHome.Ask> getAskOrdersByAccountAsset(long accountId, long assetId, int from, int to) -
getSortedAskOrders
-
getBidCount
public int getBidCount() -
getBidOrder
-
getAllBidOrders
-
getBidOrdersByAccount
-
getBidOrdersByAsset
-
getBidOrdersByAccountAsset
public DbIterator<OrderHome.Bid> getBidOrdersByAccountAsset(long accountId, long assetId, int from, int to) -
getSortedBidOrders
-