Coin Markets
constructor(id: String, symbol: String, name: String, image: String? = null, currentPrice: Double = 0.0, marketCap: Double = 0.0, marketCapRank: Long = 0, totalVolume: Double = 0.0, high24h: Double = 0.0, low24h: Double = 0.0, priceChange24h: Double = 0.0, priceChangePercentage24h: Double = 0.0, marketCapChange24h: Double = 0.0, marketCapChangePercentage24h: Double = 0.0, circulatingSupply: Double = 0.0, totalSupply: Double? = null, ath: Double = 0.0, atl: Double = 0.0, atlChangePercentage: Double = 0.0, athChangePercentage: Double = 0.0, atlDate: String? = null, athDate: String? = null, roi: Roi? = null, lastUpdated: String? = null, sparklineIn7d: SparklineIn7d? = null, priceChangePercentage1hInCurrency: Double = 0.0, fullyDilutedValuation: Double?, maxSupply: Double = 0.0)