Price
data class Price(val maxAge: Int? = null, val regularMarketPrice: RawFormatted? = null, val currency: String? = null, val symbol: String? = null, val longName: String? = null, val shortName: String? = null, val exchange: String? = null, val postMarketChangePercent: RawFormatted? = null, val postMarketPrice: RawFormatted? = null, val fiftyTwoWeekLow: RawFormatted? = null, val fiftyTwoWeekHigh: RawFormatted? = null, val fiftyTwoWeekChangePercent: RawFormatted? = null, val regularMarketDayRange: String? = null, val regularMarketPreviousClose: RawFormatted? = null, val regularMarketChange: RawFormatted? = null, val regularMarketChangePercent: RawFormatted? = null)(source)
기본 가격 정보
Constructors
Link copied to clipboard
constructor(maxAge: Int? = null, regularMarketPrice: RawFormatted? = null, currency: String? = null, symbol: String? = null, longName: String? = null, shortName: String? = null, exchange: String? = null, postMarketChangePercent: RawFormatted? = null, postMarketPrice: RawFormatted? = null, fiftyTwoWeekLow: RawFormatted? = null, fiftyTwoWeekHigh: RawFormatted? = null, fiftyTwoWeekChangePercent: RawFormatted? = null, regularMarketDayRange: String? = null, regularMarketPreviousClose: RawFormatted? = null, regularMarketChange: RawFormatted? = null, regularMarketChangePercent: RawFormatted? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard