Public Member Functions | |
| TI_QUOTE_SEQNO () | |
| ~TI_QUOTE_SEQNO () | |
| 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 | marketId |
| UInt32 | seqNo |
Definition at line 42 of file SMP.Substructures.TI_QUOTE_SEQNO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_QUOTE_SEQNO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.TI_QUOTE_SEQNO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 65 of file SMP.Substructures.TI_QUOTE_SEQNO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 marketId |
Unique ID of the market.
Definition at line 53 of file SMP.Substructures.TI_QUOTE_SEQNO.h.
| UInt32 seqNo |
Sequence number of the quote.
Definition at line 56 of file SMP.Substructures.TI_QUOTE_SEQNO.h.