AtmStrategyClose()
AtmStrategyClose()
Definition
Cancels any working orders and closes any open position of a strategy using the default ATM strategy close behavior.
Method Return Value
Returns true if the specified ATM strategy was found; otherwise false.
A method return value of true in NO WAY indicates that the strategy in fact is closed. It indicates that the the specified ATM strategy was found and the internal close routine was triggered.
Syntax
AtmStrategyClose(string atmStrategyId)

