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

Public Member Functions

 BV_DEAL_MEMBER_INFO ()
 ~BV_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
BV_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_DEAL_MEMBER_INFO.h.

Constructor & Destructor Documentation

◆ BV_DEAL_MEMBER_INFO()

BV_DEAL_MEMBER_INFO ( )
inline

Definition at line 47 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ ~BV_DEAL_MEMBER_INFO()

~BV_DEAL_MEMBER_INFO ( )
inline

Definition at line 52 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 86 of file SMP.Substructures.BV_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 67 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ memberInfo

BV_MEMBER_INFO memberInfo

Unique ID of the member.

Definition at line 58 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ refMsgId

UInt32 refMsgId

Sequential number of message (double sided proposal, FAS order, FAK/AON order, RFQ, RFCQ quote, RFCQ order)

Definition at line 61 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 55 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ shortSellingIndicator

BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short Selling Indicator.

Definition at line 76 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ stageOrderId

UInt32 stageOrderId

Unique ID of the (optional) stage order.

Definition at line 70 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ timeZone

TI_TIME_ZONE timeZone

Time Zone information.

Definition at line 73 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.

◆ txnType

Specifies whether the deal was generated upon a double sided proposal, FAS order, FAK/AON order, a RFQ, a RFCQ, a RFCQ Order or a RFCQ Quote, Inventory Order.

Definition at line 64 of file SMP.Substructures.BV_DEAL_MEMBER_INFO.h.