public method O2GSummaryTableRow.getSellNetPL

Brief

Gets the current profit/loss of all short (sell) positions.

Declaration
Java
double  getSellNetPL ()

Details

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

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

Declared in O2GSummaryTableRow

back