Option Chain Response
fun OptionChainResponse(timeStamp: Instant, quoteType: QuoteStatus, nearPrice: Float, pairs: List<OptionPair>)
Content copied to clipboard
Parameters
timeStamp
The option chain response timestamp
quoteType
The option chain response quote type
nearPrice
The near price in the option chain
pairs
List of option pairs
Sources
jvm source
Link copied to clipboard