MarketSegmentStatus¶ struct MarketSegmentStatus¶ Update relating to current trading status of a group of symbols (markets). Public Members uint16_t stream_id = {}¶ Stream identifier. std::string_view exchange¶ Exchange. std::string_view market_segment¶ Identifies the group of symbols (markets). roq::TradingStatus trading_status = {}¶ Trading status. std::chrono::nanoseconds exchange_time_utc = {}¶ Exchange timestamp, possibly from matching engine (UTC). uint64_t exchange_sequence = {}¶ Exchange message sequence number. std::chrono::nanoseconds sending_time_utc = {}¶ Exchange sending timestamp (UTC).