Public Member Functions | |
| CMF_DEAL_MEMBER_INFO () | |
| ~CMF_DEAL_MEMBER_INFO () | |
| 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 | sectionId |
| UInt32 | agentId |
| UInt32 | clientMemberId |
| UInt32 | clientMemberTraderId |
| std::string | clientMemberTraderName |
| CMF_MEMBER_INFO | memberInfo |
| UInt32 | refMsgId |
| TI_TXN_TYPE::Enum | txnType |
| TI_TIME_ZONE | timeZone |
| std::string | leiCode |
| UInt32 | tradingCapacityId |
Definition at line 44 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
|
inline |
Definition at line 53 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 96 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 agentId |
Agent Id.
Definition at line 60 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| UInt32 clientMemberId |
Used only in CMF_TPA_DEAL class. Unique ID of the Third Party Client.
Definition at line 63 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| UInt32 clientMemberTraderId |
Used only in CMF_TPA_DEAL class. Unique ID of the trader of the Third Party Client.
Definition at line 66 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| std::string clientMemberTraderName |
Used only in CMF_TPA_DEAL class. Trader code of the Third Party Client.
Definition at line 69 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| std::string leiCode |
LEI code.
Definition at line 84 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| CMF_MEMBER_INFO memberInfo |
Unique ID of the member.
Definition at line 72 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| UInt32 refMsgId |
Sequential number of message (double sided proposal, FAS order, FAK/AON order, RFQ)
Definition at line 75 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| UInt32 sectionId |
Unique ID of the section.
Definition at line 57 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| TI_TIME_ZONE timeZone |
Time Zone information.
Definition at line 81 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| UInt32 tradingCapacityId |
Unique ID of the Trading Capacity.
Definition at line 87 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.
| TI_TXN_TYPE::Enum txnType |
Specifies whether the deal was generated upon a double sided proposal, FAS order, FAK/AON order, a RFQ.
Definition at line 78 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.