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

Public Member Functions

 BV_HIST_TRADE_REGISTRATION_SUB ()
 ~BV_HIST_TRADE_REGISTRATION_SUB ()
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

TI_MSG_INFO msgInfo
std::string sectionCode
BV_TRADE_REGISTRATION_MEMBER_INFO provider
BV_TRADE_REGISTRATION_MEMBER_INFO aggressor
std::string dealerOrderId
std::string originalDealerOrderId
UInt16 numOfLegs
BV_TRADE_REGISTRATION_LEG_INFO leg
BV_VALUE spreadValue
BV_TRADE_REGISTRATION_GOOD_FOR_TIME::Enum goodForTime
UInt32 duration
UInt64 timeout
BV_TRADE_REGISTRATION_EVENT::Enum event
BV_TRADE_REGISTRATION_STATUS::Enum status
BV_TRADE_REGISTRATION_MEMBER_STATUS::Enum providerStatus
BV_TRADE_REGISTRATION_MEMBER_STATUS::Enum aggressorStatus
UInt64 updateTime

Detailed Description

Constructor & Destructor Documentation

◆ BV_HIST_TRADE_REGISTRATION_SUB()

◆ ~BV_HIST_TRADE_REGISTRATION_SUB()

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

◆ aggressor

Buy Side Member receiving the registration.

Definition at line 69 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ aggressorStatus

Status of the Aggressor (Buy Side Member)

Definition at line 105 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ dealerOrderId

std::string dealerOrderId

Provider reference ID of the order execution.

Definition at line 72 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ duration

UInt32 duration

Duration, in seconds, of the Trade Registration.

Definition at line 90 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ event

Action applied to the Trade Registration.

Definition at line 96 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ goodForTime

Validity of the Trade Registration.

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

◆ leg

List of processed trades.

Definition at line 81 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ msgInfo

TI_MSG_INFO msgInfo

Message Info - unique ID of the Trade Registration.

Definition at line 60 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ numOfLegs

UInt16 numOfLegs

Number of processed trades.

Definition at line 78 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ originalDealerOrderId

std::string originalDealerOrderId

Previous provider reference ID of the order execution.

Definition at line 75 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ provider

Sell Side Member sending the registration.

Definition at line 66 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ providerStatus

Status of the Provider (Sell Side Member)

Definition at line 102 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ sectionCode

std::string sectionCode

Section code.

Definition at line 63 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ spreadValue

BV_VALUE spreadValue

Spread iinfo.

Definition at line 84 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ status

Status of the Trasw Registration.

Definition at line 99 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ timeout

UInt64 timeout

Time when the Trade Registration will expire.

Definition at line 93 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.

◆ updateTime

UInt64 updateTime

Last update timestamp.

Definition at line 108 of file SMP.Substructures.BV_HIST_TRADE_REGISTRATION_SUB.h.