ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
Loading...
Searching...
No Matches
itch::OperationalHaltMessage Struct Reference

Operational Halt (h): an operational halt or resumption for a security on a specific market center. More...

#include <messages.hpp>

Public Attributes

char message_type = 'h'
 Always 'h'.
 
uint16_t stock_locate
 Locate code identifying the security.
 
uint16_t tracking_number
 Nasdaq internal tracking number.
 
uint64_t timestamp
 Nanoseconds past midnight.
 
char stock [8]
 Stock symbol, right padded with spaces.
 
char market_code
 'Q' Nasdaq, 'B' BX, 'X' PSX.
 
char operational_halt_action
 'H' halted, 'T' resumed.
 

Detailed Description

Operational Halt (h): an operational halt or resumption for a security on a specific market center.

Indicates the operational status of a security: a service interruption that affects only the designated market center. This differs from a Stock Trading Action: an operational halt is a venue-level interruption rather than a regulatory or volatility trading halt.

Definition at line 194 of file messages.hpp.

Member Data Documentation

◆ message_type

char itch::OperationalHaltMessage::message_type = 'h'

Always 'h'.

Definition at line 195 of file messages.hpp.

◆ stock_locate

uint16_t itch::OperationalHaltMessage::stock_locate

Locate code identifying the security.

Definition at line 196 of file messages.hpp.

◆ tracking_number

uint16_t itch::OperationalHaltMessage::tracking_number

Nasdaq internal tracking number.

Definition at line 197 of file messages.hpp.

◆ timestamp

uint64_t itch::OperationalHaltMessage::timestamp

Nanoseconds past midnight.

Definition at line 198 of file messages.hpp.

◆ stock

char itch::OperationalHaltMessage::stock[8]

Stock symbol, right padded with spaces.

Definition at line 199 of file messages.hpp.

◆ market_code

char itch::OperationalHaltMessage::market_code

'Q' Nasdaq, 'B' BX, 'X' PSX.

Definition at line 200 of file messages.hpp.

◆ operational_halt_action

char itch::OperationalHaltMessage::operational_halt_action

'H' halted, 'T' resumed.

Definition at line 201 of file messages.hpp.


The documentation for this struct was generated from the following file: