Uses of Class
org.knowm.xchange.okcoin.dto.trade.OkCoinFuturesOrderResult
Packages that use OkCoinFuturesOrderResult
-
Uses of OkCoinFuturesOrderResult in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return OkCoinFuturesOrderResultModifier and TypeMethodDescriptionOkCoin.getFuturesOrder
(String api_key, long orderId, String symbol, String status, String currentPage, String pageLength, String contract, si.mazi.rescu.ParamsDigest sign) OkCoin.getFuturesOrders
(String api_key, String orderId, String symbol, String contract, si.mazi.rescu.ParamsDigest sign) Methods in org.knowm.xchange.okcoin with parameters of type OkCoinFuturesOrderResultModifier and TypeMethodDescriptionstatic UserTrades
OkCoinAdapters.adaptTradesFutures
(OkCoinFuturesOrderResult orderResult) Method parameters in org.knowm.xchange.okcoin with type arguments of type OkCoinFuturesOrderResultModifier and TypeMethodDescriptionstatic OpenOrders
OkCoinAdapters.adaptOpenOrdersFutures
(List<OkCoinFuturesOrderResult> orderResults) -
Uses of OkCoinFuturesOrderResult in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return OkCoinFuturesOrderResultModifier and TypeMethodDescriptionOkCoinTradeServiceRaw.getFuturesFilledOrder
(long orderId, String symbol, String currentPage, String pageLength, FuturesContract contract) OkCoinTradeServiceRaw.getFuturesOrder
(long orderId, String symbol, String currentPage, String pageLength, FuturesContract contract) 获取合约订单信息OkCoinTradeServiceRaw.getFuturesOrders
(String orderIds, String symbol, FuturesContract contract) 批量获取合约订单信息