Collection of individual positions for the account.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public PositionList Positions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Positions As PositionList
Visual C++
public:
property PositionList^ Positions {
	PositionList^ get ();
}

Field Value

Remarks

A Position object will exist for each market that the account has requested position data for, or has attempted to submit an order for.

See Also