AtmStrategyCancelEntryOrder()
AtmStrategyCancelEntryOrder()
Definition
Cancels the specified entry order determined by the string “orderId” parameter.
- 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).
- If the specified order does not exist, the method returns false and an error is logged.
Method Return Value
Returns true if the specified order was found; otherwise false.
Syntax
AtmStrategyCancelEntryOrder(string orderId)
This method should ONLY be called once the strategy State has reached State.Realtime

