public method O2GTradingSettingsProvider.getCondDistEntryStop

Brief

Gets the minimal allowed distance between the price of an entry stop order and the current market price or between the prices of ELS primary and seconary orders.

Declaration
Java
int  getCondDistEntryStop (String instrument)

Parameters
instrument

The symbol of an instrument. For example, EUR/USD, USD/JPY, GBP/USD.

Details

The returned value is expressed in pips.

If you place an entry stop order or a secondary stop order of an ELS order closer to the market price than it is specified by the returned value of this method, your order is rejected.

Declared in O2GTradingSettingsProvider

back