public method ISystemSettingsProvider.getBaseCurrency

Brief

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.

Declaration

protojavascriptjavacsharp
public getBaseCurrency() : string

Returns

The method retuns returns a string that represents the currency symbol of the base currency of the system

Details

Declared in ISystemSettingsProvider

back