public method TradingSettingsProviderAut.GetMaxQuantity

Brief

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

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

back