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

Public Member Functions

 TI_EOI_INSTRUMENT_INFO ()
 ~TI_EOI_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
std::string instrumentClassCode
std::string instrumentClassDesc
TI_INSTRUMENT_TYPE::Enum instrumentType
UInt32 startDateId
std::string startDateCode
UInt32 endDateId
std::string endDateCode
UInt32 floatRateId
std::string floatRateCode
UInt32 vanillaId
std::string vanillaCode
UInt32 startDate
UInt32 endDate

Detailed Description

Definition at line 42 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

Constructor & Destructor Documentation

◆ TI_EOI_INSTRUMENT_INFO()

◆ ~TI_EOI_INSTRUMENT_INFO()

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 115 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ endDate

UInt32 endDate

Final value date.

Definition at line 105 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ endDateCode

std::string endDateCode

Alphanumeric code of the final value date.

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

◆ endDateId

UInt32 endDateId

ID of the final value date.

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

◆ floatRateCode

std::string floatRateCode

Alphanumeric code of the rate type.

Definition at line 93 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ floatRateId

UInt32 floatRateId

ID of the type of rate.

Definition at line 90 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ instrumentClassCode

std::string instrumentClassCode

Code of the instrument class.

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

◆ instrumentClassDesc

std::string instrumentClassDesc

Description of the instrument class.

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

◆ instrumentCode

std::string instrumentCode

Alphanumeric code of the instrument.

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

◆ instrumentDesc

std::string instrumentDesc

Description of the tradable instrument.

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

◆ instrumentId

UInt32 instrumentId

Unique ID of the tradable instrument.

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

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Type of the instrument.

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

◆ startDate

UInt32 startDate

Initial value date.

Definition at line 102 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ startDateCode

std::string startDateCode

Alphanumeric code of the initial value date.

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

◆ startDateId

UInt32 startDateId

ID of the initial value date.

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

◆ vanillaCode

std::string vanillaCode

Alphanumeric code of the Vanilla.

Definition at line 99 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.

◆ vanillaId

UInt32 vanillaId

Unique ID of the Vanilla.

Definition at line 96 of file SMP.Substructures.TI_EOI_INSTRUMENT_INFO.h.