public method O2GOrderRow.getAtMarket

Brief

Gets the distance from the current market price within which the trader allows the order to be executed.

Declaration
Java
double  getAtMarket ()

Details

The returned value is expressed in pips.
If the market price moves beyond the allowed distance, the order cannot be executed.
It is applicable only for open/close range orders. For all other types of orders, the method returns 0.0.

Declared in O2GOrderRow

back