Screener Quote
constructor(symbol: String, shortName: String? = null, longName: String? = null, quoteType: String? = null, sector: String? = null, industry: String? = null, exchange: String? = null, marketCap: Long? = null, regularMarketPrice: Double? = null, regularMarketChange: Double? = null, regularMarketChangePercent: Double? = null, regularMarketVolume: Long? = null, additionalFields: Map<String, Any?> = emptyMap())(source)