public method TradingSettingsProviderAut.GetCondDistStopForTrade

Brief

The minimal distance between the rates of the stop order for the position and the current market rate. The distance is expressed in pips.

Declaration
Visual Basic
Function GetCondDistStopForTrade (sInstrument as String) As Integer
IDL
[id(1)] HRESULT GetCondDistStopForTrade( [in]BSTR sInstrument, [out, retval] int* retVal)

Parameters
sInstrument

The name of the instrument to get Trading Setting for.

Returns

Returns Integer.

Details

The GetCondDistStopForTrade method is defined in the TradingSettingsProviderAut class.

back