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

Public Member Functions

 BV_HIST_INSTRUMENT_INFO ()
 ~BV_HIST_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

std::string instrumentCode
TI_INSTRUMENT_TYPE::Enum instrumentType

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_HIST_INSTRUMENT_INFO()

◆ ~BV_HIST_INSTRUMENT_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

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

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ instrumentCode

std::string instrumentCode

Alphanumeric code of the tradable instrument.

Definition at line 53 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Identifier of the tradable instrument type (Bond only)

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