OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_RFCQ_MESSAGE Class Reference

Public Member Functions

 BV_RFCQ_MESSAGE ()
virtual ~BV_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_RFCQ_MESSAGEclone () const
virtual BV_RFCQ_MESSAGEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

TI_MSG_INFO rfcqMsgInfo
BV_MEMBER_INFO traderInfo
BV_MEMBER_INFO addresseeMemberInfo
BV_RFCQ_ADDRESSEE_TYPE::Enum addresseeType
UInt32 msgLen
std::string msgText
UInt32 rfcqReqId

Detailed Description

Definition at line 46 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_MESSAGE()

BV_RFCQ_MESSAGE ( )
inline

Definition at line 49 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ ~BV_RFCQ_MESSAGE()

virtual ~BV_RFCQ_MESSAGE ( )
inlinevirtual

Definition at line 54 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_RFCQ_MESSAGE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RFCQ_MESSAGE * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 57 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 91 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ addresseeMemberInfo

BV_MEMBER_INFO addresseeMemberInfo

Unique ID of the member to whom the RFCQ message was sent.

Definition at line 69 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ addresseeType

Type of addressee.

Definition at line 72 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ msgLen

UInt32 msgLen

Length of the RFCQ message.

Definition at line 75 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ msgText

std::string msgText

Text of the RFCQ message.

Definition at line 78 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ rfcqMsgInfo

TI_MSG_INFO rfcqMsgInfo

Data identifying the RFCQ message.

Definition at line 63 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ rfcqReqId

UInt32 rfcqReqId

Unique ID of the RFCQ request.

Definition at line 81 of file SMP.Classes.BV_RFCQ_MESSAGE.h.

◆ traderInfo

BV_MEMBER_INFO traderInfo

Unique ID of the trader (Sender)

Definition at line 66 of file SMP.Classes.BV_RFCQ_MESSAGE.h.