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

Public Member Functions

 TI_MSG_INFO ()
 ~TI_MSG_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 msgId
std::string msgInfo
TI_TIME_ZONE timeZone
UInt32 marketId
UInt32 sectionId
UInt32 msgDate
UInt64 msgTime

Detailed Description

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

Constructor & Destructor Documentation

◆ TI_MSG_INFO()

TI_MSG_INFO ( )
inline

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

◆ ~TI_MSG_INFO()

~TI_MSG_INFO ( )
inline

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 82 of file SMP.Substructures.TI_MSG_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ marketId

UInt32 marketId

Unique ID of the market.

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

◆ msgDate

UInt32 msgDate

Date on which the message was written.

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

◆ msgId

UInt32 msgId

Message ID, unique on each day.

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

◆ msgInfo

std::string msgInfo

FIX Message Information (Reserved to AP-FIX)

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

◆ msgTime

UInt64 msgTime

Time at which the message was written.

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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

◆ timeZone

TI_TIME_ZONE timeZone

Time zone info.

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