AccountStrategyMaxPosition Property

The largest size position that can be held in any Strategy market.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public int StrategyMaxPosition { get; }

Property Value

Int32

Remarks

The system will prevent orders from being entered that could cause the account to exceed this position limit. This includes working orders off the market.

A value of zero means that no position is allowed. A negative value means that there is no limit set.

See Also