modifyCurrencyLabel(ISO_code, label) |
Modifies a value in the labelCurrencies dictionary. If the specified
ISO code does not exist, the DSEInvalidCurrencyCodeException exception is
thrown. |
convertFromEuro(amountInEuroCurrency, targetCurrencyId) |
Converts a euro currency amount to the specified currency. The targetCurrencyId
argument contains the target ISO code. If that code is not in the defined
ISO codes, the DSEInvalidCurrencyCodeException exception is thrown. |
convertToEuro(amountInSourceCurrency, sourceCurrencyId) |
Converts an amount in the specified currency. The sourceCurrencyId
argument contains the source ISO code. If that code is not in the defined
ISO codes, the DSEInvalidCurrencyCodeException exception is thrown. |
getEuropeanCurrencies() |
Returns all the European currency labels included in the labelCurrencies
dictionary. |