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

Public Member Functions

 CMF_TRADING_INFO ()
 ~CMF_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

Double price
Double yield
Double qty
UInt32 numQuotes

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_TRADING_INFO()

CMF_TRADING_INFO ( )
inline

Definition at line 45 of file SMP.Substructures.CMF_TRADING_INFO.h.

◆ ~CMF_TRADING_INFO()

~CMF_TRADING_INFO ( )
inline

Definition at line 49 of file SMP.Substructures.CMF_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 71 of file SMP.Substructures.CMF_TRADING_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ numQuotes

UInt32 numQuotes

Number of aggregated quotes.

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

◆ price

Double price

Price.

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

◆ qty

Double qty

Quantity.

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

◆ yield

Double yield

Yield.

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