GetAtmStrategyPositionQuantity()
<< Click to Display Table of Contents >> GetAtmStrategyPositionQuantity() |
Gets the current position quantity of the specified ATM Strategy.
Note: Changes to positions will not be reflected till at least the next OnBarUpdate() event after an order fill. |
An int value representing the quantity.
GetAtmStrategyPositionQuantity(string atmStrategyId)
atmStrategyId |
The unique identifier for the ATM strategy |
protected override void OnBarUpdate() |