public method O2GOrderRow.getRateMin

Brief

Gets the minimum price at which the order can be filled.

Declaration
Java
double  getRateMin ()

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.

It is applicable only for open/close range orders. For all other order types, the method returns 0.0.

Declared in O2GOrderRow

back