interface ISystemSettingsProvider

Parents

object

Brief

The interface provides access to the system settings and properties

Public Methods

getAccountUrl

Gets account URL

getApplyNowURL

Gets apply now URL

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

getBaseUnitSize

Gets the size of one lot, i.e. the minimum amount per trade that is allowed on the instrument on the account.

getPropertyByName

Gets the property of the system by name

getPush2URL

Gets push 2 URL

getPushBindURL

Gets push bind URL

getReportUrl

Gets report URL

getTrailingType

Gets trailing type

getUserKind

Gets user kind

isPasswordExpired

Checks whether the password is expired

subscribeSystemPropertyChange

Subscribes to the system property change event

unsubscribeSystemPropertyChange

Unubscribes from the system property change event

back