Uses of Class
org.knowm.xchange.okcoin.v3.dto.trade.OkexOpenOrder
-
Uses of OkexOpenOrder in org.knowm.xchange.okcoin
Modifier and TypeMethodDescriptionOkexV3.getSpotOrderDetails
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String orderId, String instrumentId) Modifier and TypeMethodDescriptionOkexV3.getMarginOrderList
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String from, String to, Integer limit, String state) OkexV3.getSpotOrderList
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String from, String to, Integer limit, String state) -
Uses of OkexOpenOrder in org.knowm.xchange.okcoin.v3.service
Modifier and TypeMethodDescriptionOkexTradeServiceRaw.getOrderDetails
(String orderId, CurrencyPair pair) OkexTradeServiceRaw.getSpotOrderDetails
(String orderId, String instrumentId)