Uses of Class
org.knowm.xchange.bibox.dto.trade.BiboxOrders
-
Packages that use BiboxOrders Package Description org.knowm.xchange.bibox org.knowm.xchange.bibox.dto org.knowm.xchange.bibox.service -
-
Uses of BiboxOrders in org.knowm.xchange.bibox
Methods in org.knowm.xchange.bibox that return types with arguments of type BiboxOrders Modifier and Type Method Description BiboxSingleResponse<BiboxOrders>
BiboxAuthenticated. orderPendingList(String cmds, String apiKey, si.mazi.rescu.ParamsDigest signature)
Obtain open order list / order history -
Uses of BiboxOrders in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto with parameters of type BiboxOrders Modifier and Type Method Description static OpenOrders
BiboxAdapters. adaptOpenOrders(BiboxOrders biboxOpenOrders)
static UserTrades
BiboxAdapters. adaptUserTrades(BiboxOrders biboxOrderHistory)
-
Uses of BiboxOrders in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service that return BiboxOrders Modifier and Type Method Description BiboxOrders
BiboxTradeServiceRaw. getBiboxOpenOrders()
BiboxOrders
BiboxTradeServiceRaw. getBiboxOpenOrders(Integer page)
BiboxOrders
BiboxTradeServiceRaw. getBiboxOrderHistory()
-