#include <SMP.Classes.TI_LINKED_QUOTE_GROUP.h>
Public Member Functions | |
TI_LINKED_QUOTE_GROUP () | |
virtual | ~TI_LINKED_QUOTE_GROUP () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_LINKED_QUOTE_GROUP * | clone () const |
virtual TI_LINKED_QUOTE_GROUP * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
TI_MSG_INFO | linkedQuoteGroupInfo |
UInt32 | memberId |
UInt64 | updateTime |
TI_LINKED_QUOTE_STATUS::Enum | status |
UInt32 | quoteCount |
std::vector< TI_QUOTE_SEQNO > | quoteList |
std::string | userData |
Static Public Attributes | |
static const size_t | quoteListSize = 100 |
Definition at line 45 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 93 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
|
virtual |
Provides string presentation.
Implements Class.
TI_MSG_INFO linkedQuoteGroupInfo |
Data identifying the linked quote group.
Definition at line 64 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
UInt32 memberId |
ID of the member.
Definition at line 67 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
UInt32 quoteCount |
Number of linked quotes.
Definition at line 76 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
std::vector<TI_QUOTE_SEQNO> quoteList |
Definition at line 80 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
|
static |
List of the sequence numbers of the quotes.
Definition at line 79 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
TI_LINKED_QUOTE_STATUS::Enum status |
Status of the linked quote.
Definition at line 73 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
UInt64 updateTime |
Time at which the data was last updated.
Definition at line 70 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.
std::string userData |
Free field used by the client.
Definition at line 83 of file SMP.Classes.TI_LINKED_QUOTE_GROUP.h.