public interface IExchangeRate
Modifier and Type | Method and Description |
---|---|
ICurrency |
getCurrency()
Returns the currency for which the exchange rate applies.
|
java.util.Date |
getEndDate()
Returns the end date of the applicability period of an exchange rate.
|
Id |
getId()
Returns the id associated to an exchange rate.
|
double |
getRate()
Returns actual exchange rate calculated relative to a system wide base currency.
|
java.util.Date |
getStartDate()
Returns the start date of the applicability period of an exchange rate.
|
ICurrency getCurrency()
java.util.Date getStartDate()
java.util.Date getEndDate()
double getRate()
Id getId()
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.