ExchangeRateWrapperglobal without sharing class ExchangeRateWrapper Properties
Methods
ExchangeRateWrapperglobal ExchangeRateWrapper() ExchangeRateWrapperglobal ExchangeRateWrapper(Set<String> currencyCodeSet, Set<Date> dateSet) ExchangeRateWrapperglobal ExchangeRateWrapper(Set<String> currencyCodeSet, Set<Date> dateSet, Integer scale) addDatedCurrencyglobal void addDatedCurrency(String currencyCode, Date conversionDate) getDatedRateglobal Decimal getDatedRate(String currencyCode, Date rateDate) convertAmountglobal Decimal convertAmount(Decimal fromAmount, String fromCurrencyCode, Date fromDate, String toCurrencyCode, Date toDate) |