Syntax
ExchangeRate
getExchangeRate
(
Transaction
monTxn
,
Currency
fromCurr
,
Currency
toCurr
)
Parameters
-
monTxn –
the money transaction
-
fromCurr –
the source currency
-
toCurr –
the target currency
Returns
the matching exchange rate or null if this handler cannot compute the exchange rate.
Usage
Performs an exchange rate retrieval for the specified currencies.
the matching exchange rate or null if this handler cannot compute the exchange rate.