public method TradingSettingsProviderAut.GetMinQuantity

Brief

The minimum size of a trade or of a market order. The value is expressed in lots.

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

Parameters
sInstrument

The name of the instrument to get the trading setting for.

sAccountID

The identifier of the account to get the trading setting for.

Returns

Returns Integer.

Details

The GetMinQuantity method is defined in the TradingSettingsProviderAut class.

back