public method IO2GOrderTableRow.getAtMarket

Brief

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

Declaration
C++
virtual double  getAtMarket () = 0

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 to open/close range orders only. For all other types of orders, the method returns 0.0.

Declared in IO2GOrderRow

back