#include <SMP.Classes.TI_ADDRESSABLE_TRADER.h>
Public Member Functions | |
TI_ADDRESSABLE_TRADER () | |
virtual | ~TI_ADDRESSABLE_TRADER () |
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_ADDRESSABLE_TRADER * | clone () const |
virtual TI_ADDRESSABLE_TRADER * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | memberId |
UInt32 | traderId |
std::string | traderName |
TI_ACCESS_RIGHT::Enum | messageAccessRight |
std::string | firstName |
std::string | lastName |
std::string | |
std::string | phone |
std::string | fax |
Definition at line 43 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 99 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string email |
Trader's email address.
Definition at line 83 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
std::string fax |
Trader's FAX number(s)
Definition at line 89 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
std::string firstName |
Trader's first name.
Definition at line 77 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
std::string lastName |
Trader's last name.
Definition at line 80 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 65 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
TI_ACCESS_RIGHT::Enum messageAccessRight |
Specifies whether the trader is allowed to echange messages referring to a trading transaction.
Definition at line 74 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
std::string phone |
Trader's phone number(s)
Definition at line 86 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 68 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.
std::string traderName |
Name of the trader.
Definition at line 71 of file SMP.Classes.TI_ADDRESSABLE_TRADER.h.