OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
GapFill Struct Reference

Public Types

enum  

Public Member Functions

 GapFill ()
std::string toString () const

Public Attributes

unsigned char market
unsigned char numberingFlow
unsigned int messageNumber
unsigned int nextMessageNumber
InstrumentType::Enum instrumentType

Friends

class MessageDeserializer

Detailed Description

Definition at line 33 of file GapFill.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message code.

Enumerator
code 160 

Definition at line 36 of file GapFill.h.

Constructor & Destructor Documentation

◆ GapFill()

GapFill ( )

Default constructor.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ MessageDeserializer

friend class MessageDeserializer
friend

Definition at line 63 of file GapFill.h.

Member Data Documentation

◆ instrumentType

InstrumentType::Enum instrumentType

Instrument Type.

Definition at line 57 of file GapFill.h.

◆ market

unsigned char market

Market.

Definition at line 45 of file GapFill.h.

◆ messageNumber

unsigned int messageNumber

Message Number.

Definition at line 51 of file GapFill.h.

◆ nextMessageNumber

unsigned int nextMessageNumber

Next Message Number.

Definition at line 54 of file GapFill.h.

◆ numberingFlow

unsigned char numberingFlow

Numbering Flow.

Definition at line 48 of file GapFill.h.