Classes | |
| struct | Subtype001 |
Public Types | |
| enum | |
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< Subtype001 > | subtype001 |
Friends | |
| class | MessageDeserializer |
Definition at line 34 of file GenericLowPriorityMessage.h.
| anonymous enum |
Default constructor.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 102 of file GenericLowPriorityMessage.h.
| InstrumentType::Enum instrumentType |
Instrument Type. Tabulated for each market.
Definition at line 51 of file GenericLowPriorityMessage.h.
| unsigned char market |
Market.
Definition at line 48 of file GenericLowPriorityMessage.h.
| unsigned char member |
Member.
Definition at line 67 of file GenericLowPriorityMessage.h.
| unsigned char recipient |
Recipient of the message. Server, Terminal, API, F-E,…
Definition at line 62 of file GenericLowPriorityMessage.h.
| unsigned short reference |
Definition at line 56 of file GenericLowPriorityMessage.h.
| unsigned char session |
Session.
If Session = 0, the message is for all the sessions of a member.
Definition at line 72 of file GenericLowPriorityMessage.h.
| unsigned char source |
Source.
Definition at line 59 of file GenericLowPriorityMessage.h.
| unsigned char subtype |
Subtype.
Definition at line 78 of file GenericLowPriorityMessage.h.
| Optional<Subtype001> subtype001 |
Text message. General information data.
Definition at line 96 of file GenericLowPriorityMessage.h.
| unsigned char user |
User.
Definition at line 75 of file GenericLowPriorityMessage.h.