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

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

Detailed Description

Constructor & Destructor Documentation

◆ BV_HIST_TRADE_MEMBER_INFO()

◆ ~BV_HIST_TRADE_MEMBER_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ clientExecID

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.

◆ clientOrderId

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.

◆ clientRefMsgId

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.

◆ memberInfo

BV_HIST_MEMBER_INFO memberInfo

Unique ID of the member.

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

◆ quoteTraderName

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.

◆ refMsgId

UInt32 refMsgId

Unique message identifier.

Definition at line 67 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ sectionCode

std::string sectionCode

Unique ID of the section.

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

◆ settlementInfo

std::string settlementInfo

Settlement information.

Definition at line 91 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ settlSystemCode

std::string settlSystemCode

Settlement system used by the member.

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

◆ shortCodeType1

BV_ALGO_INFO_TYPE::Enum shortCodeType1

Short Code Type 1.

Definition at line 97 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ shortCodeType2

BV_ALGO_INFO_TYPE::Enum shortCodeType2

Short Code Type 2.

Definition at line 100 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ shortSellingIndicator

BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short Selling indicator.

Definition at line 103 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ stageOrderId

UInt32 stageOrderId

Unique ID of the (optional) stage order.

Definition at line 88 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ timeZone

TI_TIME_ZONE timeZone

Time zone information.

Definition at line 94 of file SMP.Substructures.BV_HIST_TRADE_MEMBER_INFO.h.

◆ txnType

Transaction type.

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