|
DeleteOrders
Deletes all orders.
virtual bool DeleteOrders() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It deletes all orders (DeleteOrder() for all orders).
Implementation
//+------------------------------------------------------------------+ |