41 return ordinary<DateTime>(0);
47 return fixedStr<20>(8);
53 return fixedStr<4>(28);
59 return ordinary<Binary8>(28);
65 return enumeration<Side>(40);
71 return ordinary<BinaryPrice>(41);
77 return fixedStr<8>(49);
83 return ordinary<Date>(57);
89 return ordinary<Binary4>(61);
95 return ordinary<BinaryPrice>(65);
101 return fixedStr<2>(73);
107 return ordinary<Date>(75);
113 return ordinary<BinaryPrice>(79);
119 return fixedStr<8>(87);
125 return enumeration<MultilegReportingType>(95);
131 return ordinary<Binary8>(96);
Binary8 secondaryExecId() const
Field indicates whether an execution is a spread or a simple instrument execution that is part of a s...
StrRef feeCode() const
Indicates fee associated with an execution.
BinaryPrice clearingPrice() const
Price as sent to clearing after applying post-close conversions to the original LastPx value...
Provides efficient way of accessing text-based field values.
BinaryPrice lastPx() const
Price of this fill.
Encapsulates services for manipulating little endian encoded messages.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Date tradeDate() const
Business date of the execution.
Binary2 MessageSize
Aliases message length type.
StrRef clearingFirm() const
EFID that will clear the trade.
StrRef clearingSymbol() const
Symbol as sent to clearing.
BinaryPrice price() const
Limit price of the order.
Binary4 lastShares() const
Executed contracts quantity.
StrRef clOrdId() const
The order being restated.
Side::Enum side() const
Side.
StrRef symbol() const
CFE native identifier of the instrument.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
Date maturityDate() const
Maturity date of the instrument.
Binary8 execId() const
Sent to the OCC in the Trade Id field.
A TAS Restatement is sent post-settlement time for each TAS execution during the associated business ...
TASRestatement(const void *data, MessageSize size)
Initializes instance over given memory block.
MultilegReportingType::Enum multilegReportingType() const
Type.