44 namespace BondVision {
57 sectionCode.reserve(4);
58 dealerOrderId.reserve(50);
59 originalDealerOrderId.reserve(50);
101 static const size_t legsSize = 20;
102 std::vector<BV_TRADE_REGISTRATION_LEG_INFO>
legs;
133 size_t deserialize(
const void* buf,
size_t inLen);
136 virtual std::string toString ()
const;
147 virtual size_t serialize(
void* buf)
const;
std::string dealerOrderId
Provider reference ID of the order execution.
BV_TRADE_FUTURE_ACCOUNT_INFO providerExchangeAccountInfo
Eurex account info of the provider.
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
BV_TRADE_FUTURE_ACCOUNT_INFO aggressorExchangeAccountInfo
Eurex account info of the aggressor.
BV_TRADE_REGISTRATION_TYPE::Enum registrationType
Type of Trade Registration.
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.