#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/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 |
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 63 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 msgDate |
Date on which the message was written.
Definition at line 69 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 msgId |
Message ID, unique on each day.
Definition at line 54 of file SMP.Substructures.TI_MSG_INFO.h.
std::string msgInfo |
FIX Message Information (Reserved to AP-FIX)
Definition at line 57 of file SMP.Substructures.TI_MSG_INFO.h.
UInt64 msgTime |
Time at which the message was written.
Definition at line 72 of file SMP.Substructures.TI_MSG_INFO.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 66 of file SMP.Substructures.TI_MSG_INFO.h.
TI_TIME_ZONE timeZone |
Time zone info.
Definition at line 60 of file SMP.Substructures.TI_MSG_INFO.h.