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);
95 value = ordinary<Integer1>(53);
Integer8 orderReferenceNumber() const ONIXS_FENICSUST_BIMP_NOTHROW
The Fenics USTreasuries generated identifier for this order.
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
Integer8 executedQuantity() const ONIXS_FENICSUST_BIMP_NOTHROW
Total quantity of the order that matched within this execution.
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize minMessageSize_
Min message size.
ONIXS_FENICSUST_BIMP_API ONIXS_FENICSUST_BIMP_COLD_PATH ONIXS_FENICSUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
OrderExecutedMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
MessageSize binarySize() const ONIXS_FENICSUST_BIMP_NOTHROW
Size of message.
Integer8 trackingNumber() const ONIXS_FENICSUST_BIMP_NOTHROW
Fenics USTreasuries internal tracking/sequence number.
This message is sent when an order is partially or completely executed.
SignedInteger8 executionPrice() const ONIXS_FENICSUST_BIMP_NOTHROW
Price at which this execution occurred.
#define ONIXS_FENICSUST_BIMP_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
static void validateSize(MessageSize size)
Check the given size.
bool orderFlags(Integer1 &value) const ONIXS_FENICSUST_BIMP_NOTHROW
A bitmap with each bit carrying a specific meaning.
Integer8 tradeIdentifier() const ONIXS_FENICSUST_BIMP_NOTHROW
Assigned by Fenics USTreasuries to each execution that occurs.
ONIXS_FENICSUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
Integer2 MessageSize
Aliases message length type.