public method IO2GClosedTradeTableRow.getPL

Brief

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

Declaration
C++
virtual double  getPL () = 0

Details

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

Declared in IO2GClosedTradeTableRow

back