#include <SMP.Classes.TI_CLOSING_MESSAGE.h>
Public Member Functions | |
TI_CLOSING_MESSAGE () | |
virtual | ~TI_CLOSING_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_CLOSING_MESSAGE * | clone () const |
virtual TI_CLOSING_MESSAGE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | msgId |
UInt32 | refMarketId |
TI_MESSAGE_TXN_TYPE::Enum | refTxnType |
UInt32 | refTxnId |
TI_MESSAGE_MEMBER_INFO | sender |
UInt32 | creationDate |
UInt64 | creationTime |
Definition at line 44 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
|
inline |
Definition at line 47 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
|
inlinevirtual |
Definition at line 51 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 88 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 creationDate |
Creation date.
Definition at line 75 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
UInt64 creationTime |
Creation time.
Definition at line 78 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
UInt32 msgId |
Unique ID of the message.
Definition at line 60 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
UInt32 refMarketId |
Unique ID of the market. Optional in case of RefTransactionType is Chat.
Definition at line 63 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
UInt32 refTxnId |
Unique ID of the referenced market transaction.
Definition at line 69 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
TI_MESSAGE_TXN_TYPE::Enum refTxnType |
Referenced market transaction type.
Definition at line 66 of file SMP.Classes.TI_CLOSING_MESSAGE.h.
TI_MESSAGE_MEMBER_INFO sender |
Sender member data.
Definition at line 72 of file SMP.Classes.TI_CLOSING_MESSAGE.h.