public property O2GClosedTradeTableRow.PL

Brief

Gets the current profit/loss per one lot of a position.

Declaration
C#
double  PL get;

Details

The returned value is expressed in the account currency.
The size of one lot is obtained by using the O2GTradingSettingsProvider.getBaseUnitSize() method.

Declared in O2GClosedTradeTableRow

back