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
@SerialName(value = "currency")
val currency: String? = null
Link copied to clipboard
@SerialName(value = "exchange")
val exchange: String? = null
Link copied to clipboard
@SerialName(value = "fiftyTwoWeekChangePercent")
val fiftyTwoWeekChangePercent: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "fiftyTwoWeekHigh")
val fiftyTwoWeekHigh: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "fiftyTwoWeekLow")
val fiftyTwoWeekLow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "longName")
val longName: String? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "postMarketChangePercent")
val postMarketChangePercent: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "postMarketPrice")
val postMarketPrice: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketChange")
val regularMarketChange: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketChangePercent")
val regularMarketChangePercent: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketDayRange")
val regularMarketDayRange: String? = null
Link copied to clipboard
@SerialName(value = "regularMarketPreviousClose")
val regularMarketPreviousClose: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "regularMarketPrice")
val regularMarketPrice: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "shortName")
val shortName: String? = null
Link copied to clipboard
@SerialName(value = "symbol")
val symbol: String? = null