#include <SMP.Substructures.TI_MSG_INFO.h>
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 |
UInt32 | marketId |
UInt32 | sectionId |
UInt32 | msgDate |
UInt64 | msgTime |
Definition at line 42 of file SMP.Substructures.TI_MSG_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_MSG_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.TI_MSG_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 74 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 55 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 msgDate |
Date on which the message was written.
Definition at line 61 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 msgId |
Message ID, unique on each day.
Definition at line 52 of file SMP.Substructures.TI_MSG_INFO.h.
UInt64 msgTime |
Time at which the message was written.
Definition at line 64 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 58 of file SMP.Substructures.TI_MSG_INFO.h.