cancelOrder abstract method
- String orderID
Cancels an existing open order.
orderID is the unique identifier of the order to cancel.
Implementation
void cancelOrder(String orderID);
Cancels an existing open order.
orderID is the unique identifier of the order to cancel.
void cancelOrder(String orderID);