Uses of Class
org.knowm.xchange.okcoin.v3.dto.trade.OkexOpenOrder
Package | Description |
---|---|
org.knowm.xchange.okcoin | |
org.knowm.xchange.okcoin.v3.service |
-
Uses of OkexOpenOrder in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return OkexOpenOrder Modifier and Type Method Description OkexOpenOrder
OkexV3. getSpotOrderDetails(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String orderId, String instrumentId)
Methods in org.knowm.xchange.okcoin that return types with arguments of type OkexOpenOrder Modifier and Type Method Description List<OkexOpenOrder>
OkexV3. getMarginOrderList(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String from, String to, Integer limit, String state)
List<OkexOpenOrder>
OkexV3. getSpotOrderList(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String from, String to, Integer limit, String state)
Methods in org.knowm.xchange.okcoin with parameters of type OkexOpenOrder Modifier and Type Method Description static LimitOrder
OkexAdaptersV3. convert(OkexOpenOrder o)
-
Uses of OkexOpenOrder in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service that return OkexOpenOrder Modifier and Type Method Description OkexOpenOrder
OkexTradeServiceRaw. getOrderDetails(String orderId, CurrencyPair pair)
OkexOpenOrder
OkexTradeServiceRaw. getSpotOrderDetails(String orderId, String instrumentId)
Methods in org.knowm.xchange.okcoin.v3.service that return types with arguments of type OkexOpenOrder Modifier and Type Method Description List<OkexOpenOrder>
OkexTradeServiceRaw. getMarginOrderList(String instrumentId, String from, String to, Integer limit, String state)
List<OkexOpenOrder>
OkexTradeServiceRaw. getSpotOrderList(String instrumentId, String from, String to, Integer limit, String state)