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