btcpayserver/BTCPayServer/Services/Rates
2019-03-20 00:49:44 +09:00
..
BackgroundFetcherRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
BitbankRateProvider.cs Add Bitbank provider 2019-03-20 00:49:44 +09:00
BitpayRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
ByllsRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
CachedRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
CoinAverageRateProvider.cs Fix spot not using HttpClient created by the httpclientfactory 2019-03-07 19:41:20 +09:00
CoinAverageSettings.cs Add Bitbank provider 2019-03-20 00:49:44 +09:00
CurrencyNameTable.cs Round currency up to significant decimal 2019-02-22 22:15:25 +09:00
ExchangeSharpRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
FallbackRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
IHasExchangeName.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
IRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
KrakenExchangeRateProvider.cs Fix spot not using HttpClient created by the httpclientfactory 2019-03-07 19:41:20 +09:00
NullRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
QuadrigacxRateProvider.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
RateFetcher.cs Add CancellationToken to GetRatesAsync and propagate it from the controllers to the rate fetcher 2019-03-05 17:09:17 +09:00
RateProviderFactory.cs Add Bitbank provider 2019-03-20 00:49:44 +09:00