CancelOrder()
Cancels a Limit or Stop order which is pending on the exchange.
Parameters
Example
// Cancels a Limit or Stop order which is pending on the exchange
var limitOrder = EnterLongLimit(limitPrice);
CancelOrder(limitOrder);Last updated