22 ONIXS_SGXTITAN_ITCH_NAMESPACE_BEGIN
26 str +=
"OrderExecutedWithPriceMsg [";
29 str +=
"orderId=";
toStr(str, msg.
orderId()); str +=
", ";
31 str +=
"side=";
toStr(str, msg.
side()); str +=
", ";
33 str +=
"matchId=";
toStr(str, msg.
matchId()); str +=
", ";
35 str +=
"reserved1='";
toStr(str, msg.
reserved1()); str +=
"'"; str +=
", ";
36 str +=
"reserved2='";
toStr(str, msg.
reserved2()); str +=
"'"; str +=
", ";
44 ONIXS_SGXTITAN_ITCH_NAMESPACE_END
OrderBookId orderBookId() const
The Order Book ID.
OccurredAtCross::Enum occurredAtCross() const
Occurred at Cross.
Price tradePrice() const
Trade Price.
Side::Enum side() const
The type of order being added.
UInt64 matchId() const
Assigned by the system to each match executed.
ONIXS_SGXTITAN_ITCH_API void toStr(std::string &, MessageType::Enum)
Appends string presentation of object.
Quantity executedQuantity() const
The quantity being executed.
Printable::Enum printable() const
UInt32 comboGroupId() const
OrderId orderId() const
The order ID is associated with the executed order.
UInt32 nanoseconds() const
Nanoseconds portion of the timestamp.