#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.CMF_RFQ_MESSAGE.h>
Public Member Functions | |
CMF_RFQ_MESSAGE () | |
virtual | ~CMF_RFQ_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 CMF_RFQ_MESSAGE * | clone () const |
virtual CMF_RFQ_MESSAGE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
TI_MSG_INFO | rfqMsgInfo |
CMF_MEMBER_INFO | traderInfo |
CMF_MEMBER_INFO | addresseeMemberInfo |
UInt32 | msgLen |
std::string | msgText |
UInt32 | rfqId |
Definition at line 48 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
|
inline |
Definition at line 51 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 90 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
|
virtual |
Provides string presentation.
Implements Class.
CMF_MEMBER_INFO addresseeMemberInfo |
Unique ID of the member to whom the RFQ message was sent.
Definition at line 72 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
UInt32 msgLen |
Length of the RFQ message.
Definition at line 75 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
std::string msgText |
Text of the RFQ message.
Definition at line 78 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
UInt32 rfqId |
ID of the RFQ.
Definition at line 81 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
TI_MSG_INFO rfqMsgInfo |
Data identifying the RFQ message.
Definition at line 66 of file SMP.Classes.CMF_RFQ_MESSAGE.h.
CMF_MEMBER_INFO traderInfo |
Unique ID of the trader (Sender)
Definition at line 69 of file SMP.Classes.CMF_RFQ_MESSAGE.h.