41 return ordinary<DateTime>(0);
47 return fixedStr<16>(8);
53 return ordinary<Binary8>(24);
59 return fixedStr<6>(32);
65 return fixedStr<8>(38);
71 return ordinary<BinaryPrice>(46);
77 return ordinary<Binary4>(54);
BinaryPrice clearingPrice() const
Price as sent to clearing after applying post-close conversions to the original LastPx value...
Binary4 clearingSize() const
Size to clear with OCC.
StrRef clearingSymbol() const
Symbol as sent to clearing; after applying post-close conversions to the original Symbol...
Provides efficient way of accessing text-based field values.
Encapsulates services for manipulating little endian encoded messages.
A Variance Quote Restatement is sent post-settlement time for each VA and VAO execution during the as...
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Binary8 execId() const
Sent to the OCC in the Trade Id field.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
Binary2 MessageSize
Aliases message length type.
StrRef quoteUpdateId() const
The quote being restated.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
VarianceQuoteRestatement(const void *data, MessageSize size)
Initializes instance over given memory block.