public method O2GSummaryTableRow.getBuyNetPL

Brief

Gets the current profit/loss of all long (buy) positions.

Declaration
Java
double  getBuyNetPL ()

Details

The returned value is expressed in the account currency. It does not include commissions and interests.

If there are no long positions for the instrument, the method returns 0.0.

Declared in O2GSummaryTableRow

back