public method TradingSettingsProviderAut.GetMinTrailingStepForStop

Brief

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

Returns

Returns Integer.

Details

The GetMinTrailingStepForStop method is defined in the TradingSettingsProviderAut class.

back