CoinMarketDTO
constructor(id: String, symbol: String, name: String, imageUrl: String, currentPrice: Double, marketCap: Long, marketCapRank: Int, fullyDilutedValuation: Long?, totalVolume: Double, high24h: Double?, low24h: Double?, priceChange24h: Double?, priceChangePercentage24h: Double?, marketCapChange24h: Double?, marketCapChangePercentage24h: Double?, circulatingSupply: Double, totalSupply: Double?, maxSupply: Double?, ath: Double, athChangePercentage: Double, athDate: Instant, atl: Double, atlChangePercentage: Double, atlDate: Instant, roi: RoiDTO? = null, lastUpdated: Instant?)