interface ITradingSettingsProvider
Parents
object
Brief
The interface provides access to the trading system settings and properties
| Public Methods | |
|---|---|
| subscribeMarketOpenChange | Subscribes to the 'market open' change event |
| unsubscribeMarketOpenChange | Unsubscribes from the 'market open' change event |
| getCrossSymbols | Gets an array of cross symbols |
| isMarketOpen | Checks whether the market is open |
| getBaseUnitSize | Gets the base unit size |
| getMinQuantity | Gets the minimum allowed amount of an order |
| getPipCostAmount | Gets the amount for the pip cost value of a specific offer |
| getMaxQuantity | Gets a maximum quantity in lots for an order for specified instrument and account |
| getFinancialDate | Gets the financial date |
| getStartFinancialDay | Gets the start of a financial date |