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

Public Member Functions

 BV_RFCQ_LEG ()
 ~BV_RFCQ_LEG ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

UInt32 sectionId
BV_INSTRUMENT_INFO instrument
TI_VERB::Enum verb
Double quantity
Double minQty
UInt16 settlementOffset
UInt32 settlementDate
UInt32 accountId
UInt16 marketAffiliation
std::string settlementInfo
TI_FLAG::Enum quotationFg
Double quotation

Detailed Description

Definition at line 43 of file SMP.Substructures.BV_RFCQ_LEG.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_LEG()

BV_RFCQ_LEG ( )
inline

Definition at line 46 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ ~BV_RFCQ_LEG()

~BV_RFCQ_LEG ( )
inline

Definition at line 51 of file SMP.Substructures.BV_RFCQ_LEG.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 97 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ accountId

UInt32 accountId

Account information for pre allocation.

Definition at line 75 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ instrument

BV_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

Definition at line 57 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ marketAffiliation

UInt16 marketAffiliation

Specifies whether the RFCQ, if concluded successfully, will give rise to trades closed on a Regulated Market or an MTF.

Definition at line 78 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ minQty

Double minQty

Minimum quantity.

Definition at line 66 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ quantity

Double quantity

Quantity.

Definition at line 63 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ quotation

Double quotation

Price (Yield)

Definition at line 87 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ quotationFg

TI_FLAG::Enum quotationFg

Specifies if the quotation is specified.

Definition at line 84 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 54 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ settlementDate

UInt32 settlementDate

Settlement date.

Definition at line 72 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ settlementInfo

std::string settlementInfo

Settlement information. Following the RFCQ Outright Auto Execution, if DealerIndicator = TI_FLAG_Yes, the Central System will fill thisfield with the string 'AutoEx'.

Definition at line 81 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ settlementOffset

UInt16 settlementOffset

Settlement offset.

Definition at line 69 of file SMP.Substructures.BV_RFCQ_LEG.h.

◆ verb

Specifies whether it is a buy or sell operation (Referred to the member who receives the information)

Definition at line 60 of file SMP.Substructures.BV_RFCQ_LEG.h.