37 namespace BondVision {
48 submitterTraderName.reserve(12);
49 algoIdShortCode.reserve(50);
50 algoIdCode.reserve(50);
51 idNameDisplay.reserve(50);
52 testType.reserve(140);
117 size_t deserialize(
const void* buf,
size_t inLen);
120 virtual std::string toString ()
const;
131 virtual size_t serialize(
void* buf)
const;
UInt64 updateTime
Last update time.
virtual size_t serializationBufSize() const
std::string idNameDisplay
Optional IdCode description.
UInt64 creationTime
Creation time.
BV_REGISTRATION_STATUS::Enum status
Specifies whether the Algo Id Registration is active or deleted.
TI_FLAG::Enum testedFg
Specifies if the Algo Id has been tested.
UInt32 memberId
Unique ID of the member to which the registration is referred.
UInt32 submitterTraderId
Unique ID of the trader who carried out the configuration.
std::string submitterTraderName
Name of the trader who carried out the configuration.
BV_REGISTRATION_EVENT::Enum event
Action applied to the Algo Id Registration.
UInt32 creationDate
Creation date.
UInt32 updateDate
Last update date.
std::string algoIdShortCode
Alternative representation of the Algo IdCode (see notes above)
std::string userData
Free field used by the client.
std::string algoIdCode
Alphanmeric value identifying the Algo Id (see notes above). Empty for traders other than SuperUser...
virtual ~BV_ALGO_ID_REGISTRATION()
std::string testType
Description of the test modalities.
BV_ALGO_ID_TYPE::Enum algoIdType
Type of Algo Id registration.
BV_ALGO_ID_REGISTRATION()
virtual ClassId::Enum id() const
Class id.
UInt32 submitterMemberId
Unique ID of the member who carried out the configuration.
unsigned long long UInt64