Class representing a single market position for an account.

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

Syntax

C#
public class Position
Visual Basic
Public Class Position
Visual C++
public ref class Position

Remarks

The Position object contains all the Orders for this account for this market as well as the details of the position itself, such as net position, P&L, margin etc.

Inheritance Hierarchy

System..::..Object
  T4.API..::..Position

See Also