public method IO2GSummaryTableRow.getSellNetPL

Brief

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

Declaration
C++
virtual double  getSellNetPL () = 0

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 IO2GSummaryTableRow

back