PositionRPL Property

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

Definition

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

Property Value

Decimal

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