public method TradingSettingsProviderAut.GetMinTrailingStepForEntryStop

Brief

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

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

Returns

Returns Integer.

Details

The GetMinTrailingStepForEntryStop method is defined in the TradingSettingsProviderAut class.

back