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

Public Member Functions

 BV_RFCQ_INSTRUMENT_CLASS_ENABLE ()
virtual ~BV_RFCQ_INSTRUMENT_CLASS_ENABLE ()
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_INSTRUMENT_CLASS_ENABLEclone () const
virtual BV_RFCQ_INSTRUMENT_CLASS_ENABLEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
UInt32 marketId
UInt32 instrumentClassId
TI_FLAG::Enum rFCQPartialFillFg
BV_RFCQ_INSTRUMENT_CLASS_ENABLE_EVENT::Enum event
BV_RFCQ_INSTRUMENT_CLASS_ENABLE_STATUS::Enum status
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime
std::string userData

Detailed Description

Constructor & Destructor Documentation

◆ BV_RFCQ_INSTRUMENT_CLASS_ENABLE()

◆ ~BV_RFCQ_INSTRUMENT_CLASS_ENABLE()

virtual ~BV_RFCQ_INSTRUMENT_CLASS_ENABLE ( )
inlinevirtual

Member Function Documentation

◆ clone() [1/2]

virtual BV_RFCQ_INSTRUMENT_CLASS_ENABLE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RFCQ_INSTRUMENT_CLASS_ENABLE * 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_INSTRUMENT_CLASS_ENABLE.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 100 of file SMP.Classes.BV_RFCQ_INSTRUMENT_CLASS_ENABLE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ creationDate

UInt32 creationDate

Date of the request.

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

◆ creationTime

UInt64 creationTime

Time of the request.

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

◆ event

Action applied to the request.

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

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID ofthe Instrument Class.

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

◆ marketId

UInt32 marketId

Unique ID of the market.

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

◆ memberId

UInt32 memberId

Unique ID of the Sell Side Member.

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

◆ rFCQPartialFillFg

TI_FLAG::Enum rFCQPartialFillFg

Specifies whether the Sell Side Member is prepared to receive Outright RFCQs that can be executed partially.

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

◆ status

Status of the request. Deleted requests will be removed at the end of the current trading day.

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

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 84 of file SMP.Classes.BV_RFCQ_INSTRUMENT_CLASS_ENABLE.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 87 of file SMP.Classes.BV_RFCQ_INSTRUMENT_CLASS_ENABLE.h.

◆ userData

std::string userData

Free field used by the client.

Definition at line 90 of file SMP.Classes.BV_RFCQ_INSTRUMENT_CLASS_ENABLE.h.