Public Member Functions | |
| TI_MEMBER_SECTION () | |
| virtual | ~TI_MEMBER_SECTION () |
| 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_MEMBER_SECTION * | clone () const |
| virtual TI_MEMBER_SECTION * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | sectionId |
| UInt32 | memberId |
| UInt32 | marketId |
| std::string | marketManager |
| std::string | address |
| std::string | city |
| std::string | province |
| std::string | zIPCode |
| std::string | countryCode |
| std::string | phone |
| std::string | fax |
| std::string | electronicMail |
| UInt32 | startDate |
| UInt32 | endDate |
Definition at line 43 of file SMP.Classes.TI_MEMBER_SECTION.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_MEMBER_SECTION.h.
|
inlinevirtual |
Definition at line 59 of file SMP.Classes.TI_MEMBER_SECTION.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 117 of file SMP.Classes.TI_MEMBER_SECTION.h.
|
virtual |
Provides string presentation.
Implements Class.
| std::string address |
Address of the Member Firm.
Definition at line 80 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string city |
Town of residence of the Member Firm.
Definition at line 83 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string countryCode |
ISO code of the country of the Member Firm.
Definition at line 92 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string electronicMail |
E-mail address of the market manager.
Definition at line 101 of file SMP.Classes.TI_MEMBER_SECTION.h.
| UInt32 endDate |
End of validity date.
Definition at line 107 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string fax |
Fax number of the market manager.
Definition at line 98 of file SMP.Classes.TI_MEMBER_SECTION.h.
| UInt32 marketId |
Unique ID of the market.
Definition at line 74 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string marketManager |
Description of the market manager.
Definition at line 77 of file SMP.Classes.TI_MEMBER_SECTION.h.
| UInt32 memberId |
Unique ID of the member.
Definition at line 71 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string phone |
Telephone number of the market manager.
Definition at line 95 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string province |
Code of the province of residence of the Member Firm.
Definition at line 86 of file SMP.Classes.TI_MEMBER_SECTION.h.
| UInt32 sectionId |
Unique ID of the section.
Definition at line 68 of file SMP.Classes.TI_MEMBER_SECTION.h.
| UInt32 startDate |
Start of validity date.
Definition at line 104 of file SMP.Classes.TI_MEMBER_SECTION.h.
| std::string zIPCode |
Postal code of the Member Firm.
Definition at line 89 of file SMP.Classes.TI_MEMBER_SECTION.h.