#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h>
Public Member Functions | |
BV_HIST_DEAL_MEMBER_INFO () | |
~BV_HIST_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 | |
std::string | sectionCode |
BV_HIST_MEMBER_INFO | memberInfo |
UInt32 | refMsgId |
TI_TXN_TYPE::Enum | txnType |
std::string | clientOrderId |
UInt32 | stageOrderId |
TI_TIME_ZONE | timeZone |
BV_SHORT_SELLING_INDICATOR::Enum | shortSellingIndicator |
Definition at line 44 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
|
inline |
Definition at line 53 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 87 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string clientOrderId |
Unique ID of the order within the client institution.
Definition at line 68 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
BV_HIST_MEMBER_INFO memberInfo |
Member info (provider or aggressor)
Definition at line 59 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
UInt32 refMsgId |
Sequential number of message (double sided proposal, RFCQ quote, RFCQ order)
Definition at line 62 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
std::string sectionCode |
Unique ID of the section.
Definition at line 56 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator |
Short Selling indicator.
Definition at line 77 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
UInt32 stageOrderId |
Unique ID of the (optional) stage order.
Definition at line 71 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
TI_TIME_ZONE timeZone |
Time Zone information.
Definition at line 74 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.
TI_TXN_TYPE::Enum txnType |
Specifies whether the deal was generated upon a double sided proposal, RFCQ, a RFCQ Order or a RFCQ Quote, Inventory Order.
Definition at line 65 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.