public property O2GTradeTableRow.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 the O2GTradingSettingsProvider.getBaseUnitSize() method.

Declared in O2GTradeTableRow

back