35 return ordinary<UInt64>(1);
42 return ordinary<UInt32>(9);
49 return ordinary<UInt32>(13);
55 return ordinary<UInt32>(17);
62 return enumeration<Side>(21);
68 return ordinary<UInt32>(22);
75 return fixedStr<14>(26);
83 return enumeration<Printable>(40);
89 return ordinary<Int64>(41);
95 return ordinary<UInt32>(49);
130 stream <<
toStr(msg);
#define ONIXS_ESPEED_ITCH_NAMESPACE_END
#define ONIXS_ESPEED_ITCH_NAMESPACE_BEGIN
ONIXS_ESPEED_ITCH_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
std::ostream & operator<<(std::ostream &stream, const OrderExecutedWithPriceMsg &msg)
#define ONIXS_ESPEED_ITCH_CHECK_EXPECT(exp, c)
Printable::Enum printable() const ONIXS_ESPEED_ITCH_NOTHROW
UInt32 Quantity
Alias for Quantity type.
ONIXS_ESPEED_ITCH_API void toStr(std::string &, const OrderExecutedWithPriceMsg &)
Serializes object into string.
OrderBookId orderBookId() const
Unique Order book identifier.
static void validateSize(MessageSize size)
Check the given size.
ONIXS_ESPEED_ITCH_NAMESPACE_BEGIN typedef UInt16 MessageSize
Aliases message length type.
UInt32 transactionId() const
UInt32 tradeYield() const
The yield at which the order execution occurred.
OrderExecutedWithPriceMsg(const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
Initializes instance over given memory block.
#define ONIXS_ESPEED_ITCH_CONST_OR_CONSTEXPR
Quantity executedQuantity() const
The quantity executed.
Int64 Price8
Alias for Price type (8 bytes).
Side::Enum side() const ONIXS_ESPEED_ITCH_NOTHROW
The type of order being traded.
Provides efficient way of accessing text-based FIX field values.
UInt32 orderReferenceNumber() const
Price8 tradePrice() const
The price at which the order execution occurred.
#define ONIXS_ESPEED_ITCH_NOTHROW
StrRef matchId() const ONIXS_ESPEED_ITCH_NOTHROW
The day unique Match Number of this execution.
UInt64 timestamp() const
Timestamp.
IncomingMessage(const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
UInt32 OrderBookId
Alias for Security Id type.