public property O2GOrderTableRow.RateMax

Brief

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

Declaration
C#
double  RateMax get;

Details

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

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

Declared in O2GOrderRow

back