Class OrderCancellation
java.lang.Object
org.knowm.xchange.cryptofacilities.dto.trade.OrderCancellation
- All Implemented Interfaces:
OrderCommand
public class OrderCancellation extends Object implements OrderCommand
https://www.cryptofacilities.com/resources/hc/en-us/articles/360000547454-Batch-Order
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OrderCancellation(String orderId, String cliOrdId)
-
Method Summary
-
Field Details
-
order
Always cancel- See Also:
- Constant Field Values
-
orderId
The unique identifier of the order to be cancelled -
cliOrdId
Optional. The unique client identifier of the order to be cancelled.
-
-
Constructor Details
-
OrderCancellation
-