public method ITradingSettingsProvider.getMinQuantity

Overview

Gets the minimum allowed amount of an order

Declaration

function getMinQuantity(instrument, account)
public int getMinQuantity(Instrument instrument, Account account);
public int getMinQuantity(Instrument instrument, Account account);

Parameters

Name Description
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

Declared in ITradingSettingsProvider