32 namespace MarketData {
42 return ordinary<Integer4>(1);
50 return ordinary<Integer8>(5);
57 return ordinary<Integer8>(13);
64 return ordinary<Integer8>(21);
71 return ordinary<Integer8>(29);
79 return ordinary<Integer8>(37);
86 return enumeration<PrivilegeState>(45);
93 return ordinary<Integer1>(46);
static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Integer4 instrumentLocate() const ONIXS_FENICSUST_BIMP_NOTHROW
Instrument locate code identifying the instrument.
Integer8 privilegeId() const ONIXS_FENICSUST_BIMP_NOTHROW
A number uniquely identifying a privilege.
Integer8 timestamp() const ONIXS_FENICSUST_BIMP_NOTHROW
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
The unique numeric instrument identification number.
BinaryMessage() ONIXS_FENICSUST_BIMP_NOTHROW
Initializes blank instance referencing to nothing.
PrivilegeNotificationMsg(const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
Initializes instance over given memory block.
#define ONIXS_FENICSUST_BIMP_CHECK_EXPECT(exp, c)
#define ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR
#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 tradeDate() const ONIXS_FENICSUST_BIMP_NOTHROW
Trade Date (YYYYMMDD)
Integer1 privilegeFlags() const ONIXS_FENICSUST_BIMP_NOTHROW
For future use.
Integer2 MessageSize
Aliases message length type.
Integer8 expiryTime() const ONIXS_FENICSUST_BIMP_NOTHROW
PrivilegeState::Enum privilegeState() const ONIXS_FENICSUST_BIMP_NOTHROW
Privilege State.
static void validateSize(MessageSize size)
Check the given size.