#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_BROKER.h>
Public Member Functions | |
TI_BROKER () | |
virtual | ~TI_BROKER () |
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_BROKER * | clone () const |
virtual TI_BROKER * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | marketId |
UInt32 | brokerId |
std::string | brokerCode |
std::string | brokerDes |
std::string | brokerShortDes |
std::string | countryCode |
std::string | city |
std::string | address |
std::string | phone |
std::string | province |
std::string | electronicMail |
TI_BROKER_TYPE::Enum | brokerType |
Definition at line 43 of file SMP.Classes.TI_BROKER.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_BROKER.h.
|
inlinevirtual |
Definition at line 59 of file SMP.Classes.TI_BROKER.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 111 of file SMP.Classes.TI_BROKER.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string address |
Address of the broker.
Definition at line 89 of file SMP.Classes.TI_BROKER.h.
std::string brokerCode |
Code of the broker.
Definition at line 74 of file SMP.Classes.TI_BROKER.h.
std::string brokerDes |
Description of the broker.
Definition at line 77 of file SMP.Classes.TI_BROKER.h.
UInt32 brokerId |
Unique ID of the broker.
Definition at line 71 of file SMP.Classes.TI_BROKER.h.
std::string brokerShortDes |
Short description of the broker.
Definition at line 80 of file SMP.Classes.TI_BROKER.h.
TI_BROKER_TYPE::Enum brokerType |
Broker Type.
Definition at line 101 of file SMP.Classes.TI_BROKER.h.
std::string city |
Town of residence of the broker.
Definition at line 86 of file SMP.Classes.TI_BROKER.h.
std::string countryCode |
ISO unique alphanumeric ID code of the country to which the broker belongs.
Definition at line 83 of file SMP.Classes.TI_BROKER.h.
std::string electronicMail |
E-mail address of the market manager.
Definition at line 98 of file SMP.Classes.TI_BROKER.h.
UInt32 marketId |
Unique ID of the market.
Definition at line 68 of file SMP.Classes.TI_BROKER.h.
std::string phone |
Telephone number of the broker.
Definition at line 92 of file SMP.Classes.TI_BROKER.h.
std::string province |
Code of the province of residence of the broker.
Definition at line 95 of file SMP.Classes.TI_BROKER.h.