PerformanceView

data class PerformanceView(change: Float?, changePct: Float?, lastTrade: Float?, daysGain: Float?, totalGain: Float?, totalGainPct: Float?, marketValue: Float?, quoteStatus: QuoteMode?, lastTradeTime: Instant?)

Parameters

change

The change

changePct

The change percentage

lastTrade

The last trade

daysGain

The gain over the day

totalGain

The total gain

totalGainPct

The total gain percentage

marketValue

The market value

quoteStatus

REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED

lastTradeTime

The time of the last trade

Constructors

PerformanceView
Link copied to clipboard
fun PerformanceView(change: Float?, changePct: Float?, lastTrade: Float?, daysGain: Float?, totalGain: Float?, totalGainPct: Float?, marketValue: Float?, quoteStatus: QuoteMode?, lastTradeTime: Instant?)
The change

Properties

change
Link copied to clipboard
val change: Float?
The change
changePct
Link copied to clipboard
val changePct: Float?
The change percentage
daysGain
Link copied to clipboard
val daysGain: Float?
The gain over the day
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
marketValue
Link copied to clipboard
val marketValue: Float?
The market value
quoteStatus
Link copied to clipboard
val quoteStatus: QuoteMode?
REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED
totalGain
Link copied to clipboard
val totalGain: Float?
The total gain
totalGainPct
Link copied to clipboard
val totalGainPct: Float?
The total gain percentage

Sources

jvm source
Link copied to clipboard