The total Realised Profit and Loss (closed positions) for this account in this market for the current trading day.

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

Syntax

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

Field Value

Remarks

Realised P&L is calculated on a first in first out basis, so if 1 lot is bought and then another 1 lot is bought, followed by a 1 lot sell then the sell will match against the first buy.

See Also