QuickView

data class QuickView(lastTrade: Float?, lastTradeTime: Instant?, change: Float?, changePct: Float?, volume: Int?, quoteStatus: QuoteMode?, sevenDayCurrentYield: Float?, annualTotalReturn: Float?, weightedAverageMaturity: Float?)

Parameters

lastTrade

The last trade

lastTradeTime

The time of the last trade

change

The change

changePct

The change percentage

volume

The total volume

quoteStatus

REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED

sevenDayCurrentYield

The seven day current yield

annualTotalReturn

The total annual return

weightedAverageMaturity

The weighted average maturity

Constructors

QuickView
Link copied to clipboard
fun QuickView(lastTrade: Float?, lastTradeTime: Instant?, change: Float?, changePct: Float?, volume: Int?, quoteStatus: QuoteMode?, sevenDayCurrentYield: Float?, annualTotalReturn: Float?, weightedAverageMaturity: Float?)
The last trade

Properties

annualTotalReturn
Link copied to clipboard
val annualTotalReturn: Float?
The total annual return
change
Link copied to clipboard
val change: Float?
The change
changePct
Link copied to clipboard
val changePct: Float?
The change percentage
lastTrade
Link copied to clipboard
val lastTrade: Float?
The last trade
lastTradeTime
Link copied to clipboard
val lastTradeTime: Instant?
The time of the last trade
quoteStatus
Link copied to clipboard
val quoteStatus: QuoteMode?
REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED
sevenDayCurrentYield
Link copied to clipboard
val sevenDayCurrentYield: Float?
The seven day current yield
volume
Link copied to clipboard
val volume: Int?
The total volume
weightedAverageMaturity
Link copied to clipboard
val weightedAverageMaturity: Float?
The weighted average maturity

Sources

jvm source
Link copied to clipboard