41 return ordinary<DateTime>(0);
47 return fixedStr<20>(8);
53 return fixedStr<20>(28);
59 return ordinary<Binary8>(48);
65 return fixedStr<4>(56);
71 return ordinary<BinaryPrice>(60);
77 return enumeration<OrdType>(68);
83 return ordinary<Binary4>(69);
89 return ordinary<Binary4>(73);
95 return enumeration<BaseLiquidityIndicator>(77);
101 return ordinary<BinaryPrice>(78);
107 return fixedStr<6>(86);
113 return enumeration<CustOrderHandlingInst>(92);
119 return ordinary<DateTime>(93);
Binary4 leavesQty() const
Quantity still open for further execution. If zero, the order is complete.
StrRef clOrdId() const
Echoed back from the TPH message.
CustOrderHandlingInst::Enum custOrderHandlingInst() const
Echoed back from the TPH message.
Modified messages are sent in response to a Modify Order to indicate that the order has been successf...
Provides efficient way of accessing text-based field values.
Encapsulates services for manipulating little endian encoded messages.
StrRef clearingFirm() const
Echoed back from the TPH message.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Binary4 orderQty() const
Echoed back from the TPH message.
OrdType::Enum ordType() const
Echoed back from the TPH message.
Binary2 MessageSize
Aliases message length type.
StrRef origClOrdId() const
The ClOrdId of the original order.
OrderModified(const void *data, MessageSize size)
Initializes instance over given memory block.
BinaryPrice stopPx() const
Echoed back from the TPH message.
BaseLiquidityIndicator::Enum baseLiquidityIndicator() const
Indicates whether the trade added or removed liquidity.
Binary8 orderId() const
Order identifier supplied by CFE.
BinaryPrice price() const
Echoed back from the TPH message.
DateTime requestReceivedTime() const
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
StrRef frequentTraderId() const
Echoed back from the TPH message.