interface ISystemSettingsProvider
Parents
object
Brief
The interface provides access to the system settings and properties
| Public Methods | |
|---|---|
| subscribeSystemPropertyChange | Subscribes to the system property change event |
| unsubscribeSystemPropertyChange | Unubscribes from the system property change event |
| isPasswordExpired | Checks whether the password is expired |
| getBaseUnitSize | Gets the size of one lot, i.e. the minimum amount per trade that is allowed on the instrument on the account. |
| getBaseCurrency | Gets the currency symbol of the base currency of the system. The base currency is the currency of the account. Margin requirements, profit/loss, account balance and equity are also expressed in the base currency units. Example of the value: USD. |
| getBaseCurrencyPrecision | Gets the base currency precision of the system |
| getPropertyByName | Gets the property of the system by name |
| getReportUrl | Gets report URL |
| getAccountUrl | Gets account URL |
| getPushBindURL | Gets push bind URL |
| getPush2URL | Gets push 2 URL |
| getApplyNowURL | Gets apply now URL |
| getTrailingType | Gets trailing type |
| getUserKind | Gets user kind |