public property O2GSummaryTableRow.SellNetPL

Brief

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

Declaration
C#
double  SellNetPL get;

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