Uses of Interface
com.storedobject.core.CurrencyRateProvider
Packages that use CurrencyRateProvider
-
Uses of CurrencyRateProvider in com.storedobject.core
Classes in com.storedobject.core that implement CurrencyRateProviderMethods in com.storedobject.core with parameters of type CurrencyRateProviderModifier and TypeMethodDescriptionMoney.buy
(Currency currency, CurrencyRateProvider rateProvider) Convert this monetary value to another currency by applying the buying rate.Money.convert
(Currency currency, CurrencyRateProvider rateProvider) Convert this monetary value to another currency (by multiplying with the average rate).Money.sell
(Currency currency, CurrencyRateProvider rateProvider) Convert this monetary value to another currency by applying the selling rate.