public method TradingSettingsProviderAut.GetMaxTrailingStepForLimit

Brief

The maximum size of the market movement after which a limit order must be moved following the market. The value is expressed in pips.

Declaration
Visual Basic
Function GetMaxTrailingStepForLimit () As Integer
IDL
[id(16)] HRESULT GetMaxTrailingStepForLimit( [out, retval] int* retVal)

Returns

Returns Integer.

Details

The GetMaxTrailingStepForLimit method is defined in the TradingSettingsProviderAut class.

back