34 ONIXS_SGX_OUCH_NOTHROW
36 return ordinary<Binary4>(1);
41 ONIXS_SGX_OUCH_NOTHROW
43 return enumeration<Side>(5);
48 ONIXS_SGX_OUCH_NOTHROW
50 return ordinary<Binary8>(6);
55 ONIXS_SGX_OUCH_NOTHROW
62 ONIXS_SGX_OUCH_NOTHROW
64 setEnumeration<Side>(5, value);
69 ONIXS_SGX_OUCH_NOTHROW
75 static ONIXS_SGX_OUCH_CONST_OR_CONSTEXPR
MessageSize messageSize_ = 14;
79 ONIXS_SGX_OUCH_NOTHROW
107 stream <<
toStr(msg);
void orderId(Binary8 value)
The identifier assigned to the new order.
Binary2 MessageSize
Aliases message length type.
Side::Enum side() const
Side.
#define ONIXS_SGXTITAN_OUCH_UNUSED_FIELD
Binary8 orderId() const
The identifier assigned to the new order.
CancelByOrderId()
Initializes empty instance.
void orderBookId(Binary4 value)
Order book ID.
ONIXS_SGXTITAN_OUCH_API std::ostream & operator<<(std::ostream &stream, HandlerState::Enum value)
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_END
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_BEGIN
Binary4 orderBookId() const
Order book ID.
ONIXS_SGXTITAN_OUCH_API void toStr(std::string &, OutboundMessageTypes::Enum)
Appends string presentation of object.
void setOrdinary(BlockSize offset, FieldValue value)
Assigns value of a field by its offset.
void side(Side::Enum value)
Side.