41 return ordinary<DateTime>(0);
47 return fixedStr<20>(8);
53 return ordinary<Binary8>(28);
59 return fixedStr<1>(36);
65 return ordinary<BinaryPrice>(37);
71 return enumeration<OrdType>(45);
77 return enumeration<TimeInForce>(46);
83 return ordinary<Binary4>(47);
89 return fixedStr<8>(51);
95 return enumeration<Capacity>(59);
101 return fixedStr<16>(60);
107 return fixedStr<4>(76);
113 return fixedStr<4>(80);
119 return ordinary<Binary4>(84);
125 return fixedStr<3>(88);
131 return ordinary<Date>(91);
137 return enumeration<OpenClose>(95);
143 return ordinary<Binary4>(96);
149 return enumeration<BaseLiquidityIndicator>(100);
155 return ordinary<DateTime>(101);
161 return enumeration<SubLiquidityIndicator>(109);
167 return ordinary<BinaryPrice>(110);
173 return ordinary<Binary4>(118);
179 return enumeration<CtiCode>(122);
185 return enumeration<ManualOrderIndicator>(123);
191 return fixedStr<18>(124);
197 return ordinary<Binary4>(142);
203 return fixedStr<6>(146);
209 return enumeration<CustOrderHandlingInst>(152);
215 return ordinary<DateTime>(153);
Date maturityDate() const
Echoed back from the TPH message.
SubLiquidityIndicator::Enum subLiquidityIndicator() const
Additional information about the liquidity of an order.
StrRef symbol() const
Echoed back from the TPH message.
BaseLiquidityIndicator::Enum baseLiquidityIndicator() const
Indicates whether the trade added or removed liquidity.
OrderAcknowledgement(const void *data, MessageSize size)
Initializes instance over given memory block.
Provides efficient way of accessing text-based field values.
StrRef oEOID() const
Echoed back from the TPH message.
StrRef side() const
Echoed back from the TPH message.
Encapsulates services for manipulating little endian encoded messages.
StrRef account() const
Echoed back from the TPH message.
StrRef clearingAccount() const
Echoed back from the TPH message.
Order Acknowledgement messages are sent in response to a New Order message.
OpenClose::Enum openClose() const
Echoed back from the TPH message.
OrdType::Enum ordType() const
Echoed back from the TPH message.
CustOrderHandlingInst::Enum custOrderHandlingInst() const
Echoed back from the TPH message.
Binary4 cMTANumber() const
Echoed back from the TPH message.
ManualOrderIndicator::Enum manualOrderIndicator() const
Echoed back from the TPH message.
Binary4 orderQty() const
Echoed back from the TPH message.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Binary8 orderId() const
Order identifier supplied by CFE.
Binary2 MessageSize
Aliases message length type.
Binary4 cumQty() const
Echoed back from the TPH message.
StrRef clOrdId() const
Echoed back from the TPH message.
TimeInForce::Enum timeInForce() 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)...
Binary4 leavesQty() const
Quantity still open for further execution. If zero, the order is complete.
StrRef preventMatch() const
Echoed back from the TPH message.
StrRef frequentTraderId() const
Echoed back from the TPH message.
Binary4 minQty() const
Echoed back from the TPH message.
Capacity::Enum capacity() const
Echoed back from the TPH message.
StrRef clearingFirm() const
Echoed back from the TPH message.
CtiCode::Enum ctiCode() const
Echoed back from the TPH message.
DateTime requestReceivedTime() const
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
BinaryPrice stopPx() const
Echoed back from the TPH message.
BinaryPrice price() const
Echoed back from the TPH message.
DateTime expireTime() const
Echoed back from the TPH message.