Uses of Class
org.knowm.xchange.cobinhood.dto.trading.CobinhoodOrders
| Package | Description |
|---|---|
| org.knowm.xchange.cobinhood | |
| org.knowm.xchange.cobinhood.service |
-
Uses of CobinhoodOrders in org.knowm.xchange.cobinhood
Methods in org.knowm.xchange.cobinhood that return types with arguments of type CobinhoodOrders Modifier and Type Method Description CobinhoodResponse<CobinhoodOrders>CobinhoodAuthenticated. getAllOrders(String apiKey, String pair, Integer limit)Methods in org.knowm.xchange.cobinhood with parameters of type CobinhoodOrders Modifier and Type Method Description static OpenOrdersCobinhoodAdapters. adaptOpenOrders(CobinhoodOrders orders) -
Uses of CobinhoodOrders in org.knowm.xchange.cobinhood.service
Methods in org.knowm.xchange.cobinhood.service that return types with arguments of type CobinhoodOrders Modifier and Type Method Description protected CobinhoodResponse<CobinhoodOrders>CobinhoodTradeServiceRaw. getCobinhoodOpenOrders(CobinhoodOpenOrdersParams params)