32 namespace MarketData {
42 return ordinary<Integer4>(1);
49 return ordinary<Integer8>(5);
57 return ordinary<Integer8>(13);
64 return ordinary<Integer8>(21);
71 return ordinary<Integer8>(29);
78 return ordinary<Integer8>(37);
85 return ordinary<SignedInteger8>(45);
92 return enumeration<Side>(53);
101 if (ONIXS_FMXUST_BIMP_CHECK_EXPECT((size < messageSize_),
false))
114 ONIXS_FMXUST_BIMP_API
void toStr(std::string&,
const TradeMsg&);
Side::Enum side() const ONIXS_FMXUST_BIMP_NOTHROW
Side.
Integer4 instrumentLocate() const ONIXS_FMXUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
Integer2 MessageSize
Aliases message length type.
static void validateSize(MessageSize size)
Check the given size.
SignedInteger8 executionPrice() const ONIXS_FMXUST_BIMP_NOTHROW
Price at which this execution occurred.
TradeMsg(const void *data, MessageSize size) ONIXS_FMXUST_BIMP_NOTHROW
Initializes instance over given memory block.
BinaryMessage() ONIXS_FMXUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
ONIXS_FMXUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
Integer8 tradeIdentifier() const ONIXS_FMXUST_BIMP_NOTHROW
Assigned by Fenics USTreasuries to each execution that occurs.
Integer8 orderReferenceNumber() const ONIXS_FMXUST_BIMP_NOTHROW
The Fenics USTreasuries generated identifier for this order.
The trade message is designed to provide execution details for match events involving non-displayable...
Integer8 timestamp() const ONIXS_FMXUST_BIMP_NOTHROW
ONIXS_FMXUST_BIMP_API ONIXS_FMXUST_BIMP_COLDPATH ONIXS_FMXUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Integer8 trackingNumber() const ONIXS_FMXUST_BIMP_NOTHROW
Fenics USTreasuries internal tracking/sequence number.
static ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Integer8 executedQuantity() const ONIXS_FMXUST_BIMP_NOTHROW
Total quantity of the order that matched within this execution.
Encapsulates services for manipulating little endian encoded messages.
#define ONIXS_FMXUST_BIMP_CONST_OR_CONSTEXPR
#define ONIXS_FMXUST_BIMP_NOTHROW