Uses of Class
org.knowm.xchange.okcoin.v3.dto.trade.OrderBatchCancellationRequest
Packages that use OrderBatchCancellationRequest
-
Uses of OrderBatchCancellationRequest in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin with parameters of type OrderBatchCancellationRequestModifier and TypeMethodDescriptionOkexV3.futuresCancelMultipleOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, String instrumentId, OrderBatchCancellationRequest req) Method parameters in org.knowm.xchange.okcoin with type arguments of type OrderBatchCancellationRequestModifier and TypeMethodDescriptionOkexV3.spotCancelMultipleOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, List<OrderBatchCancellationRequest> req) -
Uses of OrderBatchCancellationRequest in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service with parameters of type OrderBatchCancellationRequestModifier and TypeMethodDescriptionOkexTradeServiceRaw.futuresCancelMultipleOrders
(String instrumentId, OrderBatchCancellationRequest req) Method parameters in org.knowm.xchange.okcoin.v3.service with type arguments of type OrderBatchCancellationRequestModifier and TypeMethodDescriptionOkexTradeServiceRaw.spotCancelMultipleOrders
(List<OrderBatchCancellationRequest> req)