public method O2GSummaryTableRow.getBuyAmount

Brief

Gets the amount of long (buy) positions.

Declaration
Java
double  getBuyAmount ()

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 long positions for the instrument traded, the method returns a positive value. Otherwise, the method returns 0.0.

Declared in O2GSummaryTableRow

back