public method TradingSettingsProviderAut.GetMaxTrailingStepForEntryStop

Brief

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

Returns

Returns Integer.

Details

The GetMaxTrailingStepForEntryStop method is defined in the TradingSettingsProviderAut class.

back