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

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

Classes

struct  Subtype001
 

Public Types

enum  { code = 100 }
 

Public Member Functions

 GenericLowPriorityMessage ()
 
std::string toString () const
 

Public Attributes

unsigned char market
 
InstrumentType::Enum instrumentType
 
unsigned short reference
 
unsigned char source
 
unsigned char recipient
 
unsigned char member
 
unsigned char session
 
unsigned char user
 
unsigned char subtype
 
Optional< Subtype001subtype001
 

Friends

class MessageDeserializer
 

Detailed Description

Definition at line 32 of file GenericLowPriorityMessage.h.

Member Enumeration Documentation

anonymous enum

Message code.

Enumerator
code 

Definition at line 35 of file GenericLowPriorityMessage.h.

Constructor & Destructor Documentation

Default constructor.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Friends And Related Function Documentation

friend class MessageDeserializer
friend

Definition at line 94 of file GenericLowPriorityMessage.h.

Member Data Documentation

InstrumentType::Enum instrumentType

Instrument Type. Tabulated for each market.

Definition at line 46 of file GenericLowPriorityMessage.h.

unsigned char market

Market.

Note
If Market = 0, the message is market independent.

Definition at line 43 of file GenericLowPriorityMessage.h.

unsigned char member

Member.

Note
If Member = 0, the message is for all members.

Definition at line 62 of file GenericLowPriorityMessage.h.

unsigned char recipient

Recipient of the message. Server, Terminal, API, F-E,…

Definition at line 57 of file GenericLowPriorityMessage.h.

unsigned short reference

Reference.

Note
If Reference = 0, the message is reference independent.

Definition at line 51 of file GenericLowPriorityMessage.h.

unsigned char session

Session.

If Session = 0, the message is for all the sessions of a member.

Definition at line 67 of file GenericLowPriorityMessage.h.

unsigned char source

Source.

Definition at line 54 of file GenericLowPriorityMessage.h.

unsigned char subtype

Subtype.

Definition at line 73 of file GenericLowPriorityMessage.h.

Optional<Subtype001> subtype001

Text message. General information data.

Definition at line 88 of file GenericLowPriorityMessage.h.

unsigned char user

User.

Definition at line 70 of file GenericLowPriorityMessage.h.


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