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<Integer1>(37);
Integer8 remainingQuantity() const ONIXS_FENICSUST_BIMP_NOTHROW
Remaining quantity of the order still active in the order book.
Integer8 orderReferenceNumber() const ONIXS_FENICSUST_BIMP_NOTHROW
The Fenics USTreasuries generated identifier for this order.
Integer1 orderFlags() const ONIXS_FENICSUST_BIMP_NOTHROW
A bitmap with each bit carrying a specific meaning.
ONIXS_FENICSUST_BIMP_API ONIXS_FENICSUST_BIMP_COLD_PATH ONIXS_FENICSUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
This message is sent when an order is partially cancelled.
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
#define ONIXS_FENICSUST_BIMP_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
ONIXS_FENICSUST_BIMP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
Integer8 trackingNumber() const ONIXS_FENICSUST_BIMP_NOTHROW
Fenics USTreasuries internal tracking/sequence number.
Integer2 MessageSize
Aliases message length type.
OrderPartiallyCancelledMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
static void validateSize(MessageSize size)
Check the given size.