OptionsWatchView

fun OptionsWatchView(baseSymbolAndPrice: String?, premium: Float?, lastTrade: Float?, bid: Float?, ask: Float?, quoteStatus: QuoteMode?, lastTradeTime: Instant?)

Parameters

baseSymbolAndPrice

The price of the underlying or base symbol of the option

premium

The option premium

lastTrade

The last trade

bid

The bid

ask

The ask

quoteStatus

REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED

lastTradeTime

The time of the last trade

Sources

jvm source
Link copied to clipboard