49 memberCode.reserve(10);
50 memberDesc.reserve(36);
51 memberShortDesc.reserve(12);
52 traderName.reserve(12);
53 clearingHouseCode.reserve(10);
54 clearingHouseDesc.reserve(36);
55 clearingHouseShortDesc.reserve(12);
56 accountCode.reserve(200);
57 accountInfo.reserve(200);
59 userInfo.reserve(100);
60 clearingAgentDes.reserve(20);
115 size_t deserialize(
const void* buf,
size_t inLen);
118 std::string toString ()
const;
124 size_t serialize(
void* buf)
const;
std::string memberCode
ABI/MTS code of the member.
std::string memberShortDesc
Short description of the member.
std::string clearingHouseCode
ABI/MTS code of the Clearing House.
REPO_ALGO_INFO algoInfo
Algo Info data.
std::string traderName
Name of the trader.
std::string clearingHouseShortDesc
Short description of the Clearing House.
size_t serializationBufSize() const
UInt32 clearingAgentId
Clearing Agent Id.
REPO_HIST_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
Client Identification Info.
std::string userInfo
Free text.
std::string accountCode
Account information.
REPO_HIST_OTC_MEMBER_INFO()
std::string clearingAgentDes
Clearing Agent Description.
TI_FLAG::Enum chargeFg
Flag specifying the member that has to be charged for the OTC registration.
std::string clearingHouseDesc
Description of the Clearing House.
std::string memberDesc
Description of the member.
#define ONIXS_MTS_REPO_SDP_API
std::string accountInfo
Additional account information.
~REPO_HIST_OTC_MEMBER_INFO()
std::string userData
Free field used by the client.