public method ITradingSettingsProvider.getMinQuantity

Brief

Gets the minimum allowed amount of an order

Declaration

protojavascriptjavacsharp
public 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

Details

See also: Instrument, Account

Declared in ITradingSettingsProvider

back