public method TradingSettingsProviderAut.GetMinTrailingStepForLimit

Brief

The minimum 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 GetMinTrailingStepForLimit () As Integer
IDL
[id(12)] HRESULT GetMinTrailingStepForLimit( [out, retval] int* retVal)

Returns

Returns Integer.

Details

The GetMinTrailingStepForLimit method is defined in the TradingSettingsProviderAut class.

back