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