TickerOiStats
Current and previous open interest statistics for a ticker after OI processing completes.
▶Proto definition.proto
message TickerOiStats { Ticker ticker = 1; TickerOiStatsDay current = 2; TickerOiStatsDay previous = 3; int64 tape_time = 4; }
Fields
Ticker represented by this snapshot and the Kafka message key.
Statistics for the completed OI trading date.
Statistics for the previous trading date when available.
tape_time
int64
4
Unix timestamp in milliseconds when this snapshot was published.