The total P&L for all the positions of this account valued against the last trade price.

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

Syntax

C#
public double PLTrade { get; }
Visual Basic (Declaration)
Public ReadOnly Property PLTrade As Double
Visual C++
public:
property double PLTrade {
	double get ();
}

Field Value

Remarks

Includes P&L from both closed positions (realised) and open positions (unrealised).

See Also