ExchangeRateLoader - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: WebContentClassLibrary
Implements: IExchangeRateLoader
Description: Exchange rate loader.
Constructors | Usage |
---|---|
ExchangeRateLoader(string) | Initializes an instance of ExchangeRateLoader class with specified API endpoint |
Properties | Usage |
---|---|
Base<string> | base currency used for exchange rate |
Rates<IEnumerable<Tuple<string, decimal>>> | currency exchange rates in relation to base currency |
Methods | Usage |
---|---|
Load(string, string[]) | load currency exchange rate |