Public Member Functions | |
| BV_HIST_TRADE_MEMBER_INFO () | |
| ~BV_HIST_TRADE_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 | |
| std::string | sectionCode |
| BV_HIST_MEMBER_INFO | memberInfo |
| UInt32 | refMsgId |
| TI_TXN_TYPE::Enum | txnType |
| std::string | settlSystemCode |
| std::string | clientOrderId |
| std::string | clientRefMsgId |
| std::string | clientExecID |
| std::string | quoteTraderName |
| UInt32 | stageOrderId |
| std::string | settlementInfo |
| TI_TIME_ZONE | timeZone |
| BV_ALGO_INFO_TYPE::Enum | shortCodeType1 |
| BV_ALGO_INFO_TYPE::Enum | shortCodeType2 |
| BV_SHORT_SELLING_INDICATOR::Enum | shortSellingIndicator |
Definition at line 44 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
|
inline |
Definition at line 58 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 113 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| std::string clientExecID |
Unique ID of the FIX message sent by the Dealer's trader to accept an order.
Definition at line 82 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string clientOrderId |
Unique ID of the order within the client institution.
Definition at line 76 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string clientRefMsgId |
Unique ID of the user owner of the inventory/RFCQ quote (external ID)
Definition at line 79 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| BV_HIST_MEMBER_INFO memberInfo |
Unique ID of the member.
Definition at line 64 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string quoteTraderName |
Name of the Dealer's trader who sent the inventory/RFCQ quote. He may be different from the Dealer's trader who concluded the trade.
Definition at line 85 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| UInt32 refMsgId |
Unique message identifier.
Definition at line 67 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string sectionCode |
Unique ID of the section.
Definition at line 61 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string settlementInfo |
Settlement information.
Definition at line 91 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| std::string settlSystemCode |
Settlement system used by the member.
Definition at line 73 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| BV_ALGO_INFO_TYPE::Enum shortCodeType1 |
Short Code Type 1.
Definition at line 97 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| BV_ALGO_INFO_TYPE::Enum shortCodeType2 |
Short Code Type 2.
Definition at line 100 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator |
Short Selling indicator.
Definition at line 103 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| UInt32 stageOrderId |
Unique ID of the (optional) stage order.
Definition at line 88 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| TI_TIME_ZONE timeZone |
Time zone information.
Definition at line 94 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.
| TI_TXN_TYPE::Enum txnType |
Transaction type.
Definition at line 70 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.