OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_HIST_DEAL_MEMBER_INFO Class Reference

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

Detailed Description

Definition at line 44 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

Constructor & Destructor Documentation

◆ BV_HIST_DEAL_MEMBER_INFO()

◆ ~BV_HIST_DEAL_MEMBER_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 87 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ clientOrderId

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.

◆ memberInfo

BV_HIST_MEMBER_INFO memberInfo

Member info (provider or aggressor)

Definition at line 59 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ refMsgId

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.

◆ sectionCode

std::string sectionCode

Unique ID of the section.

Definition at line 56 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ shortSellingIndicator

BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short Selling indicator.

Definition at line 77 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ stageOrderId

UInt32 stageOrderId

Unique ID of the (optional) stage order.

Definition at line 71 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ timeZone

TI_TIME_ZONE timeZone

Time Zone information.

Definition at line 74 of file SMP.Substructures.BV_HIST_DEAL_MEMBER_INFO.h.

◆ 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.