ICurrencyInfo Interface representing information about a currency.
const currencyInfo: ICurrencyInfo = { currency: "IRT", name: "Toman", tradable: true, precision: "0"}; Copy
const currencyInfo: ICurrencyInfo = { currency: "IRT", name: "Toman", tradable: true, precision: "0"};
The code of the currency.
The name of the currency.
The precision of the currency.
Indicates if the currency is tradable.
ICurrencyInfo Interface representing information about a currency.
See
Example