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);
118 size_t deserialize(
const void* buf,
size_t inLen);
121 std::string toString ()
const;
127 size_t serialize(
void* buf)
const;
std::string traderName
Name of the trader.
TI_TXN_TYPE::Enum txnType
Message Type that generated the trade.
std::string memberCode
ABI/MTS code of the member.
REPO_HIST_FILL_MEMBER_INFO()
std::string clearingHouseCode
ABI/MTS code of the Clearing House.
REPO_ALGO_INFO algoInfo
Algo Info data.
std::string accountInfo
Additional account information.
std::string clearingHouseDesc
Description of the Clearing House.
std::string userInfo
Free Text field used by the client.
std::string userData
Free field used by the client.
REPO_HIST_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
Client Identification Info.
std::string clearingHouseShortDesc
Short description of the Clearing House.
UInt32 refMsgiId
Message Id.
size_t serializationBufSize() const
UInt32 clearingAgentId
Clearing Agen tId.
#define ONIXS_MTS_REPO_SDP_API
std::string memberShortDesc
Short description of the member.
std::string clearingAgentDes
Clearing Agent Description.
~REPO_HIST_FILL_MEMBER_INFO()
std::string memberDesc
Description of the member.
std::string accountCode
Account information.