Name | Type | Description |
---|---|---|
fromCurreny | String | the String character code of the source currency |
toCurrency | String | the String character code of the destination currency |
fromMonetaryItem | String | the type of monetary item of the source currency |
toMonetaryItem | String | the type of monetary item of the destination currency |
fromAmount | BigDecimal | the amount of money in the source currency |
Type | Description |
---|---|
BigDecimal | the amount of money in the destination currency |
Name | Type | Description |
---|---|---|
fromCurreny | String | the String character code of the source currency |
toCurrency | String | the String character code of the destination currency |
fromMonetaryItem | String | the type of monetary item of the source currency |
toMonetaryItem | String | the type of monetary item of the destination currency |
toAmount | BigDecimal | the amount of money in the destination currency |
Type | Description |
---|---|
BigDecimal | The amount of money in the source currency. |
Name | Type | Description |
---|---|---|
toCurrency | String | the String character code of the destination currency |
fromMonetaryItem | String | the type of monetary item of the source currency |
toMonetaryItem | String | the type of monetary item of the destination currency |
Type | Description |
---|---|
BigDecimal | The rate at which the financial institution buys the specified currency against the home currency. |
Name | Type | Description |
---|---|---|
fromCurrency | String | the String character code of the given source currency |
toCurrency | String | the String character code of the destination currency |
fromMonetaryItem | String | the type of monetary item of the source currency |
toMonetaryItem | String | the type of monetary item of the destination currency |
Type | Description |
---|---|
BigDecimal | The rate at which the financial institution buys the specified currency against the home currency. |
Name | Type | Description |
---|---|---|
fromCurrency | String | the String character code of the given source currency |
toCurrency | String | the String character code of the destination currency |
fromMonetaryItem | String | the type of monetary item of the source currency |
toMonetaryItem | String | the type of monetary item of the destination currency |
Type | Description |
---|---|
BigDecimal | The rate at which the financial institution sells the specified currency against the home currency. |
Type | Description |
---|---|
String[] | The names of the currencies |
Exception | Throw when |
---|---|
ForeignExchangeException: |
|