public method TradingSettingsProviderAut.GetCondDistLimitForEntryOrder

Brief

The minimal distance between the rates of the entry order and the limit order rate for the entry order. The distance is expressed in pips.

Declaration
Visual Basic
Function GetCondDistLimitForEntryOrder (sInstrument as String) As Integer
IDL
[id(4)] HRESULT GetCondDistLimitForEntryOrder( [in]BSTR sInstrument, [out, retval] int* retVal)

Parameters
sInstrument

The name of the instrument to get Trading Setting for.

Returns

Returns Integer.

Details

The GetCondDistLimitForEntryOrder method is defined in the TradingSettingsProviderAut class.

back