public method O2GSummaryTableRow.getSellAmount

Brief

Gets the amount of short (sell) positions.

Declaration
Java
double  getSellAmount ()

Details

In the case of FX instruments, the returned value is expressed in the base currency of the instrument traded.
In the case of CFD instruments, the returned value is expressed in contracts.

If there are short positions for the instrument traded, the method returns a positive value. Otherwise, the method returns 0.0.

Declared in O2GSummaryTableRow

back