-
Methods in org.knowm.xchange.okcoin that return OkCoinFuturesOrderResult
Modifier and Type |
Method |
Description |
OkCoinFuturesOrderResult |
OkCoin.getFuturesOrder(String api_key,
long orderId,
String symbol,
String status,
String currentPage,
String pageLength,
String contract,
si.mazi.rescu.ParamsDigest sign) |
|
OkCoinFuturesOrderResult |
OkCoin.getFuturesOrders(String api_key,
String orderId,
String symbol,
String contract,
si.mazi.rescu.ParamsDigest sign) |
|
-
Methods in org.knowm.xchange.okcoin.service that return OkCoinFuturesOrderResult
Modifier and Type |
Method |
Description |
OkCoinFuturesOrderResult |
OkCoinTradeServiceRaw.getFuturesFilledOrder(long orderId,
String symbol,
String currentPage,
String pageLength,
FuturesContract contract) |
|
OkCoinFuturesOrderResult |
OkCoinTradeServiceRaw.getFuturesOrder(long orderId,
String symbol,
String currentPage,
String pageLength,
FuturesContract contract) |
获取合约订单信息
|
OkCoinFuturesOrderResult |
OkCoinTradeServiceRaw.getFuturesOrders(String orderIds,
String symbol,
FuturesContract contract) |
批量获取合约订单信息
|