OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
MessageHeader Class Reference

Public Types

enum  
typedef UInt16 BlockLength
typedef UInt16 TemplateId
typedef UInt16 SchemaId
typedef UInt16 Version

Public Member Functions

 MessageHeader ()
BlockLength blockLength () const
TemplateId templateId () const
SchemaId schemaId () const
Version version () const

Detailed Description

Definition at line 425 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

blockLength type.

Definition at line 432 of file Composites.h.

◆ SchemaId

typedef UInt16 SchemaId

schemaId type.

Definition at line 438 of file Composites.h.

◆ TemplateId

typedef UInt16 TemplateId

templateId type.

Definition at line 435 of file Composites.h.

◆ Version

typedef UInt16 Version

version type.

Definition at line 441 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of composite.

Enumerator
Size 

Definition at line 429 of file Composites.h.

Constructor & Destructor Documentation

◆ MessageHeader()

MessageHeader ( )
inline

Default constructor.

Initializes fields with zero values.

Definition at line 446 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inline

blockLength field.

Definition at line 455 of file Composites.h.

◆ schemaId()

SchemaId schemaId ( ) const
inline

schemaId field.

Definition at line 467 of file Composites.h.

◆ templateId()

TemplateId templateId ( ) const
inline

templateId field.

Definition at line 461 of file Composites.h.

◆ version()

Version version ( ) const
inline

version field.

Definition at line 473 of file Composites.h.