Cancels a Limit or Stop order which is pending on the exchange.
Name
Type
Description
order
IOrder
Order which should be canceled.
// Cancels a Limit or Stop order which is pending on the exchange var limitOrder = EnterLongLimit(limitPrice); CancelOrder(limitOrder);
Last updated 5 years ago