50 futureTraderName.reserve(12);
51 futureTraderAccount.reserve(20);
85 size_t deserialize(
const void* buf,
size_t inLen);
88 virtual std::string toString ()
const;
99 virtual size_t serialize(
void* buf)
const;
CMF_FUTURE_TRADER_ACCOUNT()
virtual ~CMF_FUTURE_TRADER_ACCOUNT()
virtual ClassId::Enum id() const
Class id.
UInt32 memberId
Unique ID of the member.
std::string futureTraderAccount
Unique name of the future trader account.
UInt32 endDate
End of validity date.
UInt32 startDate
Start of validity date.
UInt32 traderId
Unique ID of the trader. External reference key in the TI_TRADER_class.
UInt32 exchangeId
Unique ID of the Future Exchange.
std::string futureTraderName
Unique name of the trader on the future exchange.
virtual size_t serializationBufSize() const