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

Public Member Functions

 BV_IOI_TRADING_INFO ()
 ~BV_IOI_TRADING_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 memberId
std::string memberCode
std::string memberDesc
std::string memberShortDesc
UInt32 iOIMsgId
BV_IOI_QUOTING_DATA iOIQuotingData
UInt64 iOIUpdateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_IOI_TRADING_INFO()

BV_IOI_TRADING_INFO ( )
inline

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

◆ ~BV_IOI_TRADING_INFO()

~BV_IOI_TRADING_INFO ( )
inline

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

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

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ iOIMsgId

UInt32 iOIMsgId

Unique ID of the quote.

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

◆ iOIQuotingData

BV_IOI_QUOTING_DATA iOIQuotingData

Data regarding the quote.

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

◆ iOIUpdateTime

UInt64 iOIUpdateTime

Time at which the quote was last updated.

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

◆ memberCode

std::string memberCode

Code of the member.

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

◆ memberDesc

std::string memberDesc

Description of the member.

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

◆ memberId

UInt32 memberId

Unique ID of the member code.

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

◆ memberShortDesc

std::string memberShortDesc

Short description of the member.

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