34 return ordinary<UInt64>(1);
41 return ordinary<UInt32>(9);
48 return ordinary<UInt32>(13);
54 return ordinary<UInt32>(17);
61 return enumeration<Side>(21);
67 return ordinary<UInt32>(22);
74 return fixedStr<14>(26);
80 return ordinary<Int64>(40);
115 stream <<
toStr(msg);
OrderExecutedMsg(const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
Initializes instance over given memory block.
#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)
Quantity executedQuantity() const
The quantity executed.
UInt32 transactionId() const
Price8 tradePrice() const
The price at which the order execution occurred.
std::ostream & operator<<(std::ostream &stream, const OrderExecutedMsg &msg)
#define ONIXS_ESPEED_ITCH_CHECK_EXPECT(exp, c)
UInt32 Quantity
Alias for Quantity type.
UInt64 timestamp() const
Timestamp.
ONIXS_ESPEED_ITCH_NAMESPACE_BEGIN typedef UInt16 MessageSize
Aliases message length type.
OrderBookId orderBookId() const
Unique Order book identifier.
#define ONIXS_ESPEED_ITCH_CONST_OR_CONSTEXPR
Int64 Price8
Alias for Price type (8 bytes).
ONIXS_ESPEED_ITCH_API void toStr(std::string &, const OrderExecutedMsg &)
Serializes object into string.
Side::Enum side() const ONIXS_ESPEED_ITCH_NOTHROW
The type of order being traded.
static void validateSize(MessageSize size)
Check the given size.
UInt32 orderReferenceNumber() const
Provides efficient way of accessing text-based FIX field values.
#define ONIXS_ESPEED_ITCH_NOTHROW
StrRef matchId() const ONIXS_ESPEED_ITCH_NOTHROW
The day unique Match Number of this execution.
IncomingMessage(const void *data, MessageSize size) ONIXS_ESPEED_ITCH_NOTHROW
UInt32 OrderBookId
Alias for Security Id type.