CryptoSetting
This class represents the configuration settings for handling cryptocurrency data.
The CryptoSetting class contains the following properties:
binance: An instance of theBinanceSettingclass which contains the API key and API secret for Binance.coincap: An instance of theCryptoCoinCapSettingclass which contains the market key, currency URL, and logo URL prefix for CryptoCoinCap.coingecko: An instance of theCoinGeckoSettingclass which contains the URL for CoinGecko's coin list.targetLogoDirectory: A nullable string representing the directory where cryptocurrency logos will be downloaded to.downloadLogos: A boolean flag indicating whether or not to download cryptocurrency logos.enabled: A boolean flag indicating whether or not cryptocurrency functionality is enabled.
Types
Properties
An instance of the BinanceSetting class representing the settings for Binance.
An instance of the CryptoCoinCapSetting class representing the settings for CryptoCoinCap.
An instance of the CoinGeckoSetting class representing the settings for CoinGecko.
A boolean flag indicating whether or not to download cryptocurrency logos.
A nullable string representing the directory where cryptocurrency logos will be downloaded to.