ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
Loading...
Searching...
No Matches
b2bits::nasdaq::UnsequencedData Class Reference

Unsequenced data packet ('U'). More...

Detailed Description

Unsequenced data packet ('U').

< SoupBinTCP sequenced data header

Contains a message that is NOT part of the sequenced message stream. These messages are delivered but do not have sequence numbers and are not recoverable.

The actual message payload follows the packet header.

Wire format (3+ bytes):

  • Header (3 bytes)
  • Payload (variable): Application message data
Note
Packet type: 'U'

#include <nasdaq/soupbintcp/Messages.h>

Inheritance diagram for b2bits::nasdaq::UnsequencedData:

Public Member Functions

 UnsequencedData (UInt16 len)
 Construct an unsequenced data packet.
Public Member Functions inherited from b2bits::nasdaq::soupbintcp::PacketHeader
 PacketHeader ()=default
 Default constructor.
 PacketHeader (Alpha type, UInt16 len)
 Construct packet header with type and length.
UInt16 get_message_length () const
 Get total message length including length field.
void set_message_length (UInt16 val)
 Set message length.
Alpha get_packet_type () const
 Get packet type.
void set_packet_type (Alpha val)
 Set packet type.

Static Public Attributes

static constexpr char Type = 'U'
 Packet type identifier.

Constructor & Destructor Documentation

◆ UnsequencedData()

Construct an unsequenced data packet.

Parameters
lenTotal packet length including header

Member Data Documentation

◆ Type

Packet type identifier.


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