public method O2GTradeTableRow.getPL

Brief

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

Declaration
Java
double  getPL ()

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