public method TradingSettingsProviderAut.GetMaxTrailingStepForStop

Brief

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

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

Returns

Returns Integer.

Details

The GetMaxTrailingStepForStop method is defined in the TradingSettingsProviderAut class.

back