Uses of Class
org.knowm.xchange.okcoin.v3.dto.trade.OrderCancellationResponse
Package | Description |
---|---|
org.knowm.xchange.okcoin | |
org.knowm.xchange.okcoin.v3.service |
-
Uses of OrderCancellationResponse in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return OrderCancellationResponse Modifier and Type Method Description OrderCancellationResponse
OkexV3. futuresCancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String orderId)
OrderCancellationResponse
OkexV3. marginCancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String orderId)
OrderCancellationResponse
OkexV3. spotCancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String orderId, OrderCancellationRequest req)
OrderCancellationResponse
OkexV3. swapCancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, String orderId)
Methods in org.knowm.xchange.okcoin that return types with arguments of type OrderCancellationResponse Modifier and Type Method Description Map<String,List<OrderCancellationResponse>>
OkexV3. spotCancelMultipleOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, List<OrderBatchCancellationRequest> req)
-
Uses of OrderCancellationResponse in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service that return OrderCancellationResponse Modifier and Type Method Description OrderCancellationResponse
OkexTradeServiceRaw. futuresCancelOrder(String instrumentId, String orderId)
OrderCancellationResponse
OkexTradeServiceRaw. spotCancelOrder(String orderId, OrderCancellationRequest req)
OrderCancellationResponse
OkexTradeServiceRaw. swapCancelOrder(String instrumentId, String orderId)
Methods in org.knowm.xchange.okcoin.v3.service that return types with arguments of type OrderCancellationResponse Modifier and Type Method Description Map<String,List<OrderCancellationResponse>>
OkexTradeServiceRaw. spotCancelMultipleOrders(List<OrderBatchCancellationRequest> req)