interface ITradingSettingsProvider

Parents

object

Brief

The interface provides access to the trading system settings and properties

Public Methods

getBaseUnitSize

Gets the base unit size

getCrossSymbols

Gets an array of cross symbols

getFinancialDate

Gets the financial date

getMaxQuantity

Gets a maximum quantity in lots for an order for specified instrument and account

getMinQuantity

Gets the minimum allowed amount of an order

getPipCostAmount

Gets the amount for the pip cost value of a specific offer

getStartFinancialDay

Gets the start of a financial date

isMarketOpen

Checks whether the market is open

subscribeMarketOpenChange

Subscribes to the 'market open' change event

unsubscribeMarketOpenChange

Unsubscribes from the 'market open' change event

back