Public Member Functions | |
| TI_MSG_INFO () | |
| ~TI_MSG_INFO () | |
| size_t | deserialize (const void *buf, size_t inLen) |
| std::string | toString () const |
| size_t | serializationBufSize () const |
| size_t | serialize (void *buf) const |
Public Attributes | |
| UInt32 | msgId |
| std::string | msgInfo |
| TI_TIME_ZONE | timeZone |
| UInt32 | marketId |
| UInt32 | sectionId |
| UInt32 | msgDate |
| UInt64 | msgTime |
Definition at line 43 of file SMP.Substructures.TI_MSG_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.TI_MSG_INFO.h.
|
inline |
Definition at line 51 of file SMP.Substructures.TI_MSG_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 82 of file SMP.Substructures.TI_MSG_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 marketId |
Unique ID of the market.
Definition at line 64 of file SMP.Substructures.TI_MSG_INFO.h.
| UInt32 msgDate |
Date on which the message was written.
Definition at line 70 of file SMP.Substructures.TI_MSG_INFO.h.
| UInt32 msgId |
Message ID, unique on each day.
Definition at line 55 of file SMP.Substructures.TI_MSG_INFO.h.
| std::string msgInfo |
FIX Message Information (Reserved to AP-FIX)
Definition at line 58 of file SMP.Substructures.TI_MSG_INFO.h.
| UInt64 msgTime |
Time at which the message was written.
Definition at line 73 of file SMP.Substructures.TI_MSG_INFO.h.
| UInt32 sectionId |
Unique ID of the section.
Definition at line 67 of file SMP.Substructures.TI_MSG_INFO.h.
| TI_TIME_ZONE timeZone |
Time zone info.
Definition at line 61 of file SMP.Substructures.TI_MSG_INFO.h.