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