FixerCurrencyExchangeRateService
public class FixerCurrencyExchangeRateService : CurrencyExchangeRateServiceBase
Inheritance
Namespace
Constructors
FixerCurrencyExchangeRateService
public FixerCurrencyExchangeRateService(string apiKey)
Methods
FetchExchangeRate
public override decimal FetchExchangeRate(string fromCurrencyIsoCode, string toCurrencyIsoCode,
DateTime date)
FetchExchangeRates
public override Dictionary<string, Dictionary<string, decimal>> FetchExchangeRates(
string fromCurrencyIsoCode, string[] toCurrencyIsoCodes, DateTime dateFrom, DateTime dateTo)