public method ISystemSettingsProvider.getBaseCurrency

Overview

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

function getBaseCurrency()
public String getBaseCurrency();
public string getBaseCurrency();

Returns

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

Details

Declared in ISystemSettingsProvider