OnixS BME SENAF Handler C++ library  2.2.0
API documentation
GapFill Struct Reference

#include <OnixS/Senaf/MarketData/Messages/GapFill.h>

Public Types

enum  { code = 160 }
 

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 31 of file GapFill.h.

Member Enumeration Documentation

anonymous enum

Message code.

Enumerator
code 

Definition at line 34 of file GapFill.h.

Constructor & Destructor Documentation

GapFill ( )

Default constructor.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Friends And Related Function Documentation

friend class MessageDeserializer
friend

Definition at line 58 of file GapFill.h.

Member Data Documentation

InstrumentType::Enum instrumentType

Instrument Type.

Definition at line 52 of file GapFill.h.

unsigned char market

Market.

Definition at line 40 of file GapFill.h.

unsigned int messageNumber

Message Number.

Definition at line 46 of file GapFill.h.

unsigned int nextMessageNumber

Next Message Number.

Definition at line 49 of file GapFill.h.

unsigned char numberingFlow

Numbering Flow.

Definition at line 43 of file GapFill.h.


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