AtmStrategyCancelEntryOrder()
<< Click to Display Table of Contents >> AtmStrategyCancelEntryOrder() |
Cancels the specified entry order determined by the string "orderId" parameter.
Notes: 1.This method is intended ONLY for orders submitted as Atm Entry Orders and assumes the OrderState is NOT terminal (i.e., Cancelled, Filled, Rejected, Unknown). 2.If the specified order does not exist, the method returns false and an error is logged. |
Returns true if the specified order was found; otherwise false.
AtmStrategyCancelEntryOrder(string orderId)
Warning: This method should ONLY be called once the strategy State has reached State.Realtime |
orderId |
The unique identifier for the entry order |
protected override void OnBarUpdate() |