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

Public Member Functions

 BV_ALLOCATION_REPORT_INSTRUMENT_INFO ()
 ~BV_ALLOCATION_REPORT_INSTRUMENT_INFO ()
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 instrumentId
std::string instrumentCode
std::string instrumentDesc
TI_INSTRUMENT_TYPE::Enum instrumentType
UInt32 financialInstrumentId
std::string financialInstrumentCode
std::string financialInstrumentDesc

Detailed Description

Constructor & Destructor Documentation

◆ BV_ALLOCATION_REPORT_INSTRUMENT_INFO()

◆ ~BV_ALLOCATION_REPORT_INSTRUMENT_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ financialInstrumentCode

std::string financialInstrumentCode

Code of the financial instrument.

Definition at line 71 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ financialInstrumentDesc

std::string financialInstrumentDesc

Description of the financial instrument.

Definition at line 74 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ financialInstrumentId

UInt32 financialInstrumentId

Unique identifier of the financial Instrument.

Definition at line 68 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ instrumentCode

std::string instrumentCode

Alphanumeric code of the tradable instrument.

Definition at line 59 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ instrumentDesc

std::string instrumentDesc

Description of the tradable instrument.

Definition at line 62 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ instrumentId

UInt32 instrumentId

Unique identifier of the tradable instrument.

Definition at line 56 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Identifier of the tradable instrument type (Bond only)

Definition at line 65 of file SMP.Substructures.BV_ALLOCATION_REPORT_INSTRUMENT_INFO.h.