OnixS C++ CME MDP Conflated TCP Handler 1.3.6
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

BlockLength blockLength () const noexcept
void setBlockLength (BlockLength value) noexcept
TemplateId templateId () const noexcept
void setTemplateId (TemplateId value) noexcept
SchemaId schemaId () const noexcept
void setSchemaId (SchemaId value) noexcept
Version version () const noexcept
void setVersion (Version value) noexcept

Detailed Description

Definition at line 144 of file Composites.h.

Member Typedef Documentation

◆ BlockLength

typedef UInt16 BlockLength

Type alias for the BlockLength.

Definition at line 151 of file Composites.h.

◆ SchemaId

typedef UInt16 SchemaId

Type alias for the SchemaId.

Definition at line 157 of file Composites.h.

◆ TemplateId

typedef UInt16 TemplateId

Type alias for the TemplateId.

Definition at line 154 of file Composites.h.

◆ Version

typedef UInt16 Version

Type alias for the Version.

Definition at line 160 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 148 of file Composites.h.

Member Function Documentation

◆ blockLength()

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

Definition at line 164 of file Composites.h.

◆ schemaId()

SchemaId schemaId ( ) const
inlinenoexcept
Returns
the schemaId field.

Definition at line 194 of file Composites.h.

◆ setBlockLength()

void setBlockLength ( BlockLength value)
inlinenoexcept

Sets the blockLength field.

Definition at line 171 of file Composites.h.

◆ setSchemaId()

void setSchemaId ( SchemaId value)
inlinenoexcept

Sets the schemaId field.

Definition at line 201 of file Composites.h.

◆ setTemplateId()

void setTemplateId ( TemplateId value)
inlinenoexcept

Sets the templateId field.

Definition at line 186 of file Composites.h.

◆ setVersion()

void setVersion ( Version value)
inlinenoexcept

Sets the version field.

Definition at line 216 of file Composites.h.

◆ templateId()

TemplateId templateId ( ) const
inlinenoexcept
Returns
the templateId field.

Definition at line 179 of file Composites.h.

◆ version()

Version version ( ) const
inlinenoexcept
Returns
the version field.

Definition at line 209 of file Composites.h.