81 static const size_t accountInfoSize = 100;
106 size_t deserialize(
const void* buf,
size_t inLen);
109 virtual std::string toString ()
const;
120 virtual size_t serialize(
void* buf)
const;
UInt32 tradeId
Unique ID of the trade to be split.
UInt32 creationDate
Creation date.
UInt64 updateTime
Last update time.
CMF_TRADE_SPLIT_STATUS::Enum status
Status of the allocation.
TI_TIME_ZONE timeZone
Time zone information.
std::vector< CMF_SPLIT_ACCOUNT_INFO > accountInfo
CMF_MEMBER_INFO member
Buy Side Member requesting the split.
UInt64 creationTime
Creation time.
UInt32 allocationId
Unique ID of the pre-allocation or of the allocation during the trade splitting phase.
unsigned long long UInt64
UInt32 updateDate
Last update date.
CMF_TRADE_SPLIT_EVENT::Enum event
Action applied to the allocation.
virtual ClassId::Enum id() const
Class id.
UInt16 numAccountInfo
Number of account information.
UInt32 instrumentId
Unique ID of the tradable instrument.
virtual size_t serializationBufSize() const
virtual ~CMF_TRADE_SPLIT()