CurrencyInfo
Interface
Contains information on the currency currently displayed on the price scale.
To get a CurrencyInfo
instance, call the IPriceScaleApi.currency method.
Properties
currencies
Available currencies for the price scale provided by the datafeed.
Type
string[]
originalCurrencies
Original currencies for the price scale.
Type
string[]
selectedCurrency
Returns the currently selected currency for the price scale. Returns null
if there are several different currencies on the scale.
Type
string