42 namespace BondVision {
53 sectionCode.reserve(4);
54 dealerOrderId.reserve(50);
55 originalDealerOrderId.reserve(50);
119 size_t deserialize(
const void* buf,
size_t inLen);
122 virtual std::string toString ()
const;
133 virtual size_t serialize(
void* buf)
const;
virtual size_t serializationBufSize() const
BV_TRADE_REGISTRATION_EVENT::Enum event
Action applied to the Trade Registration.
BV_TRADE_REGISTRATION_STATUS::Enum status
Status of the Trasw Registration.
BV_TRADE_REGISTRATION_MEMBER_STATUS::Enum providerStatus
Status of the Provider (Sell Side Member)
UInt16 numOfLegs
Number of processed trades.
BV_TRADE_REGISTRATION_MEMBER_STATUS::Enum aggressorStatus
Status of the Aggressor (Buy Side Member)
std::string originalDealerOrderId
Previous provider reference ID of the order execution.
UInt64 updateTime
Last update timestamp.
std::string sectionCode
Section code.
std::string dealerOrderId
Provider reference ID of the order execution.
BV_VALUE spreadValue
Spread iinfo.
BV_TRADE_REGISTRATION_GOOD_FOR_TIME::Enum goodForTime
Validity of the Trade Registration.
BV_TRADE_REGISTRATION_MEMBER_INFO provider
Sell Side Member sending the registration.
BV_HIST_TRADE_REGISTRATION()
UInt32 duration
Duration, in seconds, of the Trade Registration.
BV_TRADE_REGISTRATION_LEG_INFO leg
List of processed trades.
virtual ~BV_HIST_TRADE_REGISTRATION()
BV_TRADE_REGISTRATION_MEMBER_INFO aggressor
Buy Side Member receiving the registration.
TI_MSG_INFO msgInfo
Message Info - unique ID of the Trade Registration.
UInt64 timeout
Time when the Trade Registration will expire.
unsigned long long UInt64
virtual ClassId::Enum id() const
Class id.