public method O2GClosedTradeRow.getCloseRate

Brief

Gets the price the position is closed at.

Declaration
Java
double  getCloseRate ()

Details

In the case of FX instruments, the returned value is expressed in the instrument counter currency per one unit of the base currency.
In the case of CFD instruments, the returned value is expressed in the instrument native currency per one contract.

Declared in O2GClosedTradeRow

back