Methods in com.sage.accpac.sm that return CurrencyRate |
CurrencyRate |
Currency.getBlockRate(java.util.Date date,
Currency.BlockDateMatch match)
Gets the exchange rate between this currency and its block master at the
given date, returning null if not a member of a block. |
CurrencyRate |
DBLink.getCurrencyRate(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the exchange rate between the specified currencies |
CurrencyRate |
DBLink.getCurrencyRateComposite(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the composite exchange rate between the specified currencies |
CurrencyRate |
DBLink.getCurrencyRateFloating(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the floating exchange rate between the specified currencies, that is
the exchange rate between the block master currencies (or the actual
currency if it is not a member of a currency block). |