PositionNet Property

Returns the current net position of the account in this market.

Definition

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

Property Value

Int32

Remarks

Net position is simply the number of buys minus the number of sells that this account has for the current trading day.

Note: If the account has PositionRollover enabled and has open positions from previous trading days then this value will include all of those positions.

See Also