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 enumeration<Side>(29);
78 return ordinary<Integer8>(30);
85 return ordinary<Integer8>(38);
92 return ordinary<SignedInteger8>(46);
99 return ordinary<Integer1>(54);
109 value = ordinary<Integer1>(55);
120 value = ordinary<Integer2>(56);
Integer1 orderFlags() const ONIXS_FENICSUST_BIMP_NOTHROW
A bitmap with each bit carrying a specific meaning.
Integer8 orderQuantity() const ONIXS_FENICSUST_BIMP_NOTHROW
Total current nominal quantity of the order.
bool visibilityGroup(Integer1 &value) const ONIXS_FENICSUST_BIMP_NOTHROW
A number indicating which visibility group an order is directed to, not applicable to all feeds...
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
ONIXS_FENICSUST_BIMP_API ONIXS_FENICSUST_BIMP_COLD_PATH ONIXS_FENICSUST_BIMP_NORETURN void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Integer8 instrumentId() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument Identification Number.
static void validateSize(MessageSize size)
Check the given size.
bool position(Integer2 &value) const ONIXS_FENICSUST_BIMP_NOTHROW
A number identifying a position in the order book stack.
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
Side::Enum buySellIndicator() const ONIXS_FENICSUST_BIMP_NOTHROW
Buy/Sell Indicator.
SignedInteger8 price() const ONIXS_FENICSUST_BIMP_NOTHROW
Current price of the order.
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
MessageSize binarySize() const ONIXS_FENICSUST_BIMP_NOTHROW
Size of message.
The Add Order message is used to communicate that a new order has been accepted into the Fenics USTre...
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Integer8 orderReferenceNumber() const ONIXS_FENICSUST_BIMP_NOTHROW
The Fenics USTreasuries generated identifier for this order.
#define ONIXS_FENICSUST_BIMP_NOTHROW
Encapsulates services for manipulating little endian encoded messages.
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW
AddOrderMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
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.
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize minMessageSize_
Min message size.