public method IO2GTradeTableRow.getPL

Brief

Gets the current profit/loss per one lot of a 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 the IO2GTradingSettingsProvider.getBaseUnitSize() method.

Declared in IO2GTradeTableRow

back