#include <SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h>
Public Member Functions | |
REPO_HIST_RFCQ_MESSAGE () | |
virtual | ~REPO_HIST_RFCQ_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 REPO_HIST_RFCQ_MESSAGE * | clone () const |
virtual REPO_HIST_RFCQ_MESSAGE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 46 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
|
inline |
Definition at line 49 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 94 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
|
virtual |
Provides string presentation.
Implements Class.
REPO_HIST_MEMBER_INFO addresseeMemberInfo |
Unique ID of the member to whom the RFCQ message was sent.
Definition at line 72 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
REPO_RFCQ_ADDRESSEE_TYPE::Enum addresseeType |
Type of addressee.
Definition at line 75 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
UInt32 date |
Date of the message.
Definition at line 63 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
UInt32 msgLen |
Length of the RFCQ message.
Definition at line 78 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
std::string msgText |
Text of the RFCQ message.
Definition at line 81 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
TI_MSG_INFO rfcqMsgInfo |
Data identifying the RFCQ message.
Definition at line 66 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
UInt32 rfcqReqId |
Unique ID of the RFCQ request.
Definition at line 84 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.
REPO_HIST_MEMBER_INFO traderInfo |
Unique ID of the trader (Sender)
Definition at line 69 of file SMP.Classes.REPO_HIST_RFCQ_MESSAGE.h.