DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
Loading...
Searching...
No Matches
drn::conversion Namespace Reference

Classes

struct  AllowExpiredConversion
 A tagged bool to indicate if a conversion that has expired should be allowed. More...
class  ConversionMap
 A container for mapping from one currency code to the conversion ratio of another. More...
class  CurrencyConverter
 Provides functionality for currency conversion operations. More...
struct  CurrencySource
 Provides the interface functionality for currency exchange rate retrieval. More...
class  OpenExchangeRatesSource
 Manages the details of fetching conversion rates between two currencies from the Open Exchange Rates, https://openexchangerates.org/ . More...
struct  ParsingError
 Represents an error during the conversion process with parsing the data. More...
struct  RateLookedUp
 Indicates if a rate value has been successfully looked up in a data source. More...

Variables

constexpr long conversionRatioDigits {8}
 @briefThe number digits after the decimal for the conversion ratio.

Variable Documentation

◆ conversionRatioDigits

long drn::conversion::conversionRatioDigits {8}
constexpr

@briefThe number digits after the decimal for the conversion ratio.