public method TradingSettingsProviderAut.GetBaseUnitSize

Brief

The size of one lot, i.e. the minimum amount per trade that is allowed on the instrument on the account. The value is expressed in contracts.

Declaration
Visual Basic
Function GetBaseUnitSize (sInstrument as String, sAccountID as String) As Integer
IDL
[id(9)] HRESULT GetBaseUnitSize( [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 GetBaseUnitSize method is defined in the TradingSettingsProviderAut class.

back