public method O2GTradingSettingsProvider.getCondDistEntryLimit

Brief

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

Declaration
Java
int  getCondDistEntryLimit (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 limit order or a secondary limit 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