UnderlyingQuote

data class UnderlyingQuote(val symbol: String, val shortName: String? = null, val regularMarketPrice: Double? = null, val regularMarketChange: Double? = null, val regularMarketChangePercent: Double? = null, val regularMarketVolume: Long? = null, val regularMarketTime: Long? = null)(source)

기초 자산 가격 정보

옵션의 기초 자산(주식/지수)의 현재 가격 정보를 나타냅니다.

Constructors

Link copied to clipboard
constructor(symbol: String, shortName: String? = null, regularMarketPrice: Double? = null, regularMarketChange: Double? = null, regularMarketChangePercent: Double? = null, regularMarketVolume: Long? = null, regularMarketTime: Long? = null)

Properties

Link copied to clipboard

가격 변동

Link copied to clipboard

변동률 (%)

Link copied to clipboard

현재가

Link copied to clipboard
val regularMarketTime: Long? = null

시장 시간 (Unix timestamp, seconds)

Link copied to clipboard

거래량

Link copied to clipboard
val shortName: String? = null

짧은 이름 (예: "Apple Inc.")

Link copied to clipboard

심볼 (예: "AAPL")