EPAM B2BITS C++ Mit MarketData handler  1.25.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | Static Public Attributes | List of all members
Jse::Itch::SymbolStatusMessage Struct Reference

#include <B2BITS_JseItchMessages.h>

Inheritance diagram for Jse::Itch::SymbolStatusMessage:
Inheritance graph
[legend]
Collaboration diagram for Jse::Itch::SymbolStatusMessage:
Collaboration graph
[legend]

Public Attributes

UInt32 nanosecond
 
UInt32 instrumentId
 
Byte reserved1
 
Byte reserved2
 
TradingStatus tradingStatus
 
BitField flags
 
Byte haltReason [4]
 
SessionChangeReason sessionChangeReason
 
Time newEndTime
 
BookType bookType
 
- Public Attributes inherited from Jse::Itch::MessageHeader
UInt8 length
 
MessageType messageType
 

Static Public Attributes

static const MessageType type = mtSymbolStatus
 

Member Data Documentation

BookType Jse::Itch::SymbolStatusMessage::bookType
BitField Jse::Itch::SymbolStatusMessage::flags
Byte Jse::Itch::SymbolStatusMessage::haltReason[4]
UInt32 Jse::Itch::SymbolStatusMessage::instrumentId
UInt32 Jse::Itch::SymbolStatusMessage::nanosecond
Time Jse::Itch::SymbolStatusMessage::newEndTime
Byte Jse::Itch::SymbolStatusMessage::reserved1
Byte Jse::Itch::SymbolStatusMessage::reserved2
SessionChangeReason Jse::Itch::SymbolStatusMessage::sessionChangeReason
TradingStatus Jse::Itch::SymbolStatusMessage::tradingStatus
const MessageType Jse::Itch::SymbolStatusMessage::type = mtSymbolStatus
static