public property O2GOrderRow.AtMarket

Brief

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

Declaration
C#
double  AtMarket get;

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 O2GOrderRow

back