#include <SMP.Classes.TI_HIST_MESSAGE.h>
Public Member Functions | |
TI_HIST_MESSAGE () | |
virtual | ~TI_HIST_MESSAGE () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_HIST_MESSAGE * | clone () const |
virtual TI_HIST_MESSAGE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 45 of file SMP.Classes.TI_HIST_MESSAGE.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_HIST_MESSAGE.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_HIST_MESSAGE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 102 of file SMP.Classes.TI_HIST_MESSAGE.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string body |
Message Text.
Definition at line 86 of file SMP.Classes.TI_HIST_MESSAGE.h.
UInt32 creationDate |
Creation date.
Definition at line 89 of file SMP.Classes.TI_HIST_MESSAGE.h.
UInt64 creationTime |
Creation time.
Definition at line 92 of file SMP.Classes.TI_HIST_MESSAGE.h.
UInt32 msgId |
Unique ID of the message.
Definition at line 62 of file SMP.Classes.TI_HIST_MESSAGE.h.
TI_FLAG::Enum privateFg |
Specifies whether the message can be seen only by the sender trader inside the sender member.
Definition at line 77 of file SMP.Classes.TI_HIST_MESSAGE.h.
TI_HIST_MESSAGE_MEMBER_INFO recipient |
Recipient member data.
Definition at line 83 of file SMP.Classes.TI_HIST_MESSAGE.h.
TI_MESSAGE_RECIPIENT_TYPE::Enum recipientType |
Single.
Definition at line 80 of file SMP.Classes.TI_HIST_MESSAGE.h.
UInt32 refMarketId |
Unique ID of the market. Optional in case of RefTransactionType is Chat.
Definition at line 65 of file SMP.Classes.TI_HIST_MESSAGE.h.
UInt32 refTxnId |
Unique ID of the referenced market transaction.
Definition at line 71 of file SMP.Classes.TI_HIST_MESSAGE.h.
TI_MESSAGE_TXN_TYPE::Enum refTxnType |
Referenced market transaction type.
Definition at line 68 of file SMP.Classes.TI_HIST_MESSAGE.h.
TI_HIST_MESSAGE_MEMBER_INFO sender |
Sender member data.
Definition at line 74 of file SMP.Classes.TI_HIST_MESSAGE.h.