OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_HIST_QUOTE_INFO Class Reference

Public Member Functions

 CMF_HIST_QUOTE_INFO ()
 ~CMF_HIST_QUOTE_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

TI_MSG_INFO quoteMsgInfo
std::string sectionCode
CMF_HIST_MEMBER_INFO provider
CMF_HIST_INSTRUMENT_INFO instrument
UInt32 sponsorCode
CMF_QUOTE_EVENT::Enum event
CMF_QUOTE_STATUS::Enum quoteStatus
CMF_QUOTING_SIDE::Enum quotingSide
CMF_QUOTING_DATA bid
CMF_QUOTING_DATA ask
UInt32 linkedQuoteGroupId
TI_FLAG::Enum parallelFg
UInt64 editTime
CMF_LIQUIDITY_PROVISION::Enum liquidityProvision

Detailed Description

Definition at line 47 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

Constructor & Destructor Documentation

◆ CMF_HIST_QUOTE_INFO()

CMF_HIST_QUOTE_INFO ( )
inline

Definition at line 50 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ ~CMF_HIST_QUOTE_INFO()

~CMF_HIST_QUOTE_INFO ( )
inline

Definition at line 55 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 107 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ ask

Data regarding the ask part.

Definition at line 86 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ bid

Data regarding the bid part.

Definition at line 83 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ editTime

UInt64 editTime

Last Update Time of the Double sided proposal or FAS order.

Definition at line 95 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ event

Action applied to the double sided proposal or to the FAS order.

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

◆ instrument

Data regarding the tradable instrument.

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

◆ linkedQuoteGroupId

UInt32 linkedQuoteGroupId

ID of the linked quote group.

Definition at line 89 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ liquidityProvision

CMF_LIQUIDITY_PROVISION::Enum liquidityProvision

Liquidity provision flag.

Definition at line 98 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ parallelFg

TI_FLAG::Enum parallelFg

Specifies whether it is a parallel double sided proposal or a parallel FAS order or not.

Definition at line 92 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ provider

Data identifying the member who entered the double sided proposal or the FAS order (the member can be the Agent's Client or a Third Party Client too). A Third Party Client can only enter FAS orders.

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

◆ quoteMsgInfo

TI_MSG_INFO quoteMsgInfo

Data identifying the FAS order.

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

◆ quoteStatus

Status of the double sided proposal or of the FAS order.

Definition at line 77 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ quotingSide

Specifies whether it is a double sided proposal or FAS order.

Definition at line 80 of file SMP.Substructures.CMF_HIST_QUOTE_INFO.h.

◆ sectionCode

std::string sectionCode

Unique ID of the section.

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

◆ sponsorCode

UInt32 sponsorCode

Third Party Sponsor Code.

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