48 submitterTraderName.reserve(12);
49 traderName.reserve(12);
50 algoIdShortCode.reserve(12);
51 algoIdCode.reserve(32);
120 size_t deserialize(
const void* buf,
size_t inLen);
123 virtual std::string toString ()
const;
134 virtual size_t serialize(
void* buf)
const;
REPO_ALGO_ID_TYPE::Enum algoIdType
Type of Algo Id registration.
virtual ClassId::Enum id() const
Class id.
UInt32 updateDate
Last update date.
std::string userData
Free field used by the client.
std::string traderName
Unique name of the trader.
UInt64 creationTime
Creation time.
UInt64 updateTime
Last update time.
std::string algoIdCode
Alphanumeric value of the Algo Id Code.
unsigned long long UInt64
UInt32 creationDate
Creation date.
virtual ~REPO_ALGO_ID_REGISTRATION()
virtual size_t serializationBufSize() const
REPO_ALGO_ID_REGISTRATION_EVENT::Enum event
Action applied to the Algo Id Registration.
std::string submitterTraderName
Unique name of the trader who carried out the configuration.
UInt32 traderId
Unique ID of the trader.
TI_FLAG::Enum testedFg
Specifies if the Algo Id has been tested.
std::string algoIdShortCode
Short code of the Algo Id Registration (see notes above).
UInt32 memberId
Unique ID of the member.
UInt32 submitterMemberId
Unique ID of the member who carried out the configuration.
UInt32 submitterTraderId
Unique ID of the trader who carried out the configuration.
REPO_ALGO_ID_REGISTRATION()
REPO_ALGO_ID_REGISTRATION_STATUS::Enum status
Specifies whether the Algo Id Registration is active or deleted.
#define ONIXS_MTS_REPO_SDP_API
std::string testType
Alphanumeric value to indicate where the Algo Id Registration has been tested.