|
DeleteOrder
Deletes the Limit/Stop order.
virtual bool DeleteOrder() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It deletes the Limit/Stop order (OrderDelete(...) method of CTrade class object).
Implementation
//+------------------------------------------------------------------+ |