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

Public Member Functions

 BV_RFCQ_MANUAL_AUTO_EXECUTION ()
virtual ~BV_RFCQ_MANUAL_AUTO_EXECUTION ()
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_MANUAL_AUTO_EXECUTIONclone () const
virtual BV_RFCQ_MANUAL_AUTO_EXECUTIONclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
UInt32 traderId
std::string traderName
UInt32 stageOrderId
UInt32 creationDate
UInt64 creationTime

Detailed Description

Definition at line 43 of file SMP.Classes.BV_RFCQ_MANUAL_AUTO_EXECUTION.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_MANUAL_AUTO_EXECUTION()

◆ ~BV_RFCQ_MANUAL_AUTO_EXECUTION()

virtual ~BV_RFCQ_MANUAL_AUTO_EXECUTION ( )
inlinevirtual

Definition at line 51 of file SMP.Classes.BV_RFCQ_MANUAL_AUTO_EXECUTION.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_RFCQ_MANUAL_AUTO_EXECUTION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RFCQ_MANUAL_AUTO_EXECUTION * 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 54 of file SMP.Classes.BV_RFCQ_MANUAL_AUTO_EXECUTION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 85 of file SMP.Classes.BV_RFCQ_MANUAL_AUTO_EXECUTION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ creationDate

UInt32 creationDate

Creation date.

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

◆ creationTime

UInt64 creationTime

Creation time.

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

◆ memberId

UInt32 memberId

Unique ID of the Buy Side member.

Definition at line 60 of file SMP.Classes.BV_RFCQ_MANUAL_AUTO_EXECUTION.h.

◆ stageOrderId

UInt32 stageOrderId

Unique ID of the Stage Order.

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

◆ traderId

UInt32 traderId

Unique ID of the Buy Side trader.

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

◆ traderName

std::string traderName

Buy Side trader name.

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