Uses of Class
org.knowm.xchange.bity.dto.account.BityOrder
-
Packages that use BityOrder Package Description org.knowm.xchange.bity -
-
Uses of BityOrder in org.knowm.xchange.bity
Methods in org.knowm.xchange.bity that return types with arguments of type BityOrder Modifier and Type Method Description BityResponse<BityOrder>
BityAuthenticated. getOrders(Long offset, Integer limit, String orderBy, String authorization)
Methods in org.knowm.xchange.bity with parameters of type BityOrder Modifier and Type Method Description static UserTrade
BityAdapters. adaptTrade(BityOrder order)
Method parameters in org.knowm.xchange.bity with type arguments of type BityOrder Modifier and Type Method Description static UserTrades
BityAdapters. adaptTrades(List<BityOrder> orders)
-