cancelOrder abstract method

void cancelOrder(
  1. String orderID
)

Cancels an existing open order. orderID is the unique identifier of the order to cancel.

Implementation

void cancelOrder(String orderID);