Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#FFFFFF
titleBGColor#C8D0E4
titlelistCurrencyRatelistCurrencyRates

List<CurrencyRate> listCurrencyRates ( String fromCurrency ) throws AccountAPINGException

Returns a list of currency rates based on given currency

Parameter name

Type

Required

Description

fromCurrency

String

 

The currency from which the rates are computed. GBP is used if no value is passed

Return type

Description

List<CurrencyRate>

List of currency rates

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.