50 submitterTraderName.reserve(12);
51 algoIdShortCode.reserve(50);
52 algoIdCode.reserve(50);
53 idNameDisplay.reserve(50);
54 countryCodeInvestmentDecision.reserve(3);
55 countryCodeOrderExecution.reserve(3);
56 testType.reserve(140);
127 size_t deserialize(
const void* buf,
size_t inLen);
130 virtual std::string toString ()
const;
141 virtual size_t serialize(
void* buf)
const;
virtual ClassId::Enum id() const
Class id.
UInt32 submitterTraderId
Unique ID of the trader who carried out the configuration.
UInt32 submitterMemberId
Unique ID of the member who carried out the configuration.
UInt64 updateTime
Last update time.
UInt32 updateDate
Last update date.
CMF_ALGO_ID_TYPE::Enum algoIdType
Type of Algo Id registration.
std::string countryCodeInvestmentDecision
Country Code (value configured in the Anagrafica) of the branch responsible for the person making the...
std::string submitterTraderName
Unique name of the trader who carried out the configuration.
CMF_ALGO_ID_REGISTRATION_EVENT::Enum event
Action applied to the Algo Id Registration.
CMF_ALGO_ID_REGISTRATION_STATUS::Enum status
Specifies whether the Algo Id Registration is active or deleted.
unsigned long long UInt64
std::string algoIdCode
Alphanumeric value of the Algo Id Code. Empty for traders other than SuperUser.
UInt64 creationTime
Creation time.
std::string countryCodeOrderExecution
Country Code (value configured in the Anagrafica) of the branch responsible for the person making the...
std::string userData
Free field used by the client.
TI_FLAG::Enum testedFg
Specifies if the Algo Id has been tested. For Algo Type <> "National ID", TestedFg = TI_FLAG_Yes...
UInt32 memberId
Unique ID of the member owner of the registration.
std::string algoIdShortCode
Short code of the Algo Id Registration (see notes above). Unique for Algo Type for Member...
virtual size_t serializationBufSize() const
UInt32 creationDate
Creation date.
virtual ~CMF_ALGO_ID_REGISTRATION()
std::string idNameDisplay
Optional Name that can be associated to Algo Id.
std::string testType
Alphanumeric value to indicate where the Algo Id Registration has been tested. Empty if TestedFg = TI...
CMF_ALGO_ID_REGISTRATION()