|
CheckDeleteOrderLong
It checks conditions to delete Buy Limit/Stop order.
virtual bool CheckDeleteOrderLong() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It checks the order expiration time. It checks conditions to delete the Buy Limit/Stop order (CheckCloseLong(...) method of Signal class object) and deletes the order if condition is satisfied (DeleteOrderLong() method).
Implementation
//+------------------------------------------------------------------+ |