public method TradingSettingsProviderAut.GetMinTrailingStepForEntryLimit

Brief

The minimum size of the market movement after which an entry limit and net limit orders must be moved following the market. The value is expressed in pips.

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

Returns

Returns Integer.

Details

The GetMinTrailingStepForEntryLimit method is defined in the TradingSettingsProviderAut class.

back