public method IO2GSummaryTableRow.getBuyNetPL

Brief

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

Declaration
C++
virtual double  getBuyNetPL () = 0

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 IO2GSummaryTableRow

back