OptionContractQuote
An NBBO quote for an option contract.
▶Proto definition.proto
message OptionContractQuote { string price = 1; int64 size = 2; int64 time = 3; }
Fields
price
string
1
The quoted price.
size
int64
2
The quoted size in contracts.
time
int64
3
The last quote update time in milliseconds since 1970 (unix).