public method ITradingSettingsProvider.getMinQuantityGets the minimum allowed amount of an order
Declaration
protojavascriptjavacsharppublic getMinQuantity(instrument : Instrument, account : Account) : int
| Parameters | |
instrument |
The financial instrument for which the minimum allowed amount of an order is being requested |
account |
The trading account for which the minimum allowed amount of an order is being requested |
Returns
The method returns an integer that represents the minimum allowed amount of an order
See also: Instrument, Account
Declared in ITradingSettingsProvider