OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
ExecutionReport_Reject Struct Reference

Public Types

enum  
typedef SchemaTraits Schema
typedef ExecutionReport_Reject ThisType
Public Types inherited from SbeMessage
typedef MessageSize EncodedLength
typedef MessageSize BlockLength

Public Member Functions

 ExecutionReport_Reject ()=default
 ExecutionReport_Reject (void *data, EncodedLength length, SchemaVersion version=Schema::Version)
 ExecutionReport_Reject (void *data, EncodedLength length, NoFieldsInit, SchemaVersion version=Schema::Version)
 ExecutionReport_Reject (void *data, EncodedLength length, NoInit)
 ExecutionReport_Reject (SbeMessage message)
 ExecutionReport_Reject (void *data, EncodedLength length, NoInit, NoCheck) noexcept
auto originatorUserId () const noexcept
ThisTypeoriginatorUserId (StrRef value) noexcept
auto execId () const noexcept
ThisTypeexecId (ChooseValueKind< OrderExecID > value) noexcept
auto clOrdId () const noexcept
ThisTypeclOrdId (Int64 value) noexcept
auto symbol () const noexcept
ThisTypesymbol (Int32 value) noexcept
auto ordType () const noexcept
ThisTypeordType (OrderTypeEnum value) noexcept
ThisTypeordType (NullOpt) noexcept
auto side () const noexcept
ThisTypeside (SideEnum value) noexcept
auto origOrderId () const noexcept
ThisTypeorigOrderId (OriginalOrderID value) noexcept
ThisTypeorigOrderId (NullOpt) noexcept
auto origClOrdId () const noexcept
ThisTypeorigClOrdId (Int64NULL value) noexcept
ThisTypeorigClOrdId (NullOpt) noexcept
auto orderStatus () const noexcept
ThisTypeorderStatus (OrderStatusEnum value) noexcept
ThisTypeorderStatus (NullOpt) noexcept
auto rejectResponseTo () const noexcept
ThisTyperejectResponseTo (RejectResponseToEnum value) noexcept
auto rejectReason () const noexcept
ThisTyperejectReason (RejectEnum value) noexcept
ThisTyperejectReason (NullOpt) noexcept
auto exchangeCode () const noexcept
ThisTypeexchangeCode (Int32NULL value) noexcept
ThisTypeexchangeCode (NullOpt) noexcept
auto memo () const noexcept
ThisTypememo (StrRef value) noexcept
ThisTypememo (NullOpt) noexcept
auto text () const noexcept
ThisTypetext (StrRef value) noexcept
ThisTypetext (NullOpt) noexcept
ThisTyperesetVariableFields () noexcept
ThisTypereset () noexcept
std::string toString () const
const void * tail () const noexcept
EncodedLength calculateBinarySize () const noexcept
Public Member Functions inherited from SbeMessage
 SbeMessage () noexcept
 SbeMessage (void *data, MessageSize size, SchemaVersion version)
 SbeMessage (void *data, MessageSize size)
 SbeMessage (void *data, MessageSize size, NoCheck) noexcept
void clear () noexcept
bool valid () const noexcept
 operator bool () const noexcept
MessageTemplateId templateId () const noexcept
SchemaVersion version () const noexcept
SchemaId schemaId () const noexcept
SequenceId sequenceId () const noexcept
SbeMessagesequenceId (SequenceId value) noexcept
Timestamp sendTime () const noexcept
SbeMessagesendTime (Timestamp value) noexcept
HeaderFlags headerFlags () const noexcept
SbeMessageheaderFlags (HeaderFlags value) noexcept
const void * binary () const noexcept
void * binary () noexcept
const void * blockEnd () noexcept
const void * blockEnd () const noexcept
MessageSize bufferSize () const noexcept
void * body () noexcept
BlockLength blockLength () const noexcept
const void * block () const noexcept
void * block () noexcept
Public Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize >
ONIXS_ICEBOE_FORCEINLINE Messaging::SbeMessagecontainer () noexcept
void zeroPaddingBytes (MessageSize offset) noexcept
ONIXS_ICEBOE_FORCEINLINE void setOrdinary (MessageSize offset, FieldValue value) noexcept
ONIXS_ICEBOE_FORCEINLINE void setEnumeration (MessageSize offset, Enumeration value) noexcept
ONIXS_ICEBOE_FORCEINLINE void setFixedStr (MessageSize offset, StrRef value) noexcept

Static Public Member Functions

static constexpr BlockLength minimalBlockLength (SchemaVersion version) noexcept
static constexpr BlockLength blockLength (SchemaVersion version) noexcept
static constexpr MessageSize getMinimalVariableFieldsSize (SchemaVersion version)
static constexpr UInt64 getMaxMessageSize (UInt8) noexcept
static constexpr StrRef className () noexcept
static constexpr StrRef fixType () noexcept

Additional Inherited Members

Protected Types inherited from SbeMessage
typedef SbeGroupList< MessageSizeGroupList
typedef SbeVariableLengthFieldList< MessageSizeVariableLengthFieldList
Protected Member Functions inherited from SbeMessage
SbeMessageversion (SchemaVersion version) noexcept
GroupList groups () noexcept
GroupList groups () const noexcept
template<typename Group>
void initGroup (Group &group, typename Group::EntrySize entrySize) noexcept
template<typename Group>
void setupGroup (Group &group, typename Group::Size entryCount, const void *messageTail)
template<typename Group>
void constructGroup (Group &group, typename Group::Size entryCount, const void *messageTail)
template<typename DATA>
void setVarDataField (DATA &data, StrRef value, const void *oldMessageTail)
VariableLengthFieldList variableLengthFields () noexcept
VariableLengthFieldList variableLengthFields () const noexcept
void init (MessageHeader::TemplateId value, MessageHeader::BlockLength minimalBlockLength, MessageHeader::BlockLength blockLength, SchemaId id) noexcept
MessageSize calculateBinarySize (const void *tail) const noexcept
template<class Callable, class Owner>
void setVariableLengthField (Callable callable, StrRef value, Owner &owner)
template<class Callable, class Owner>
void setVariableLengthField (Callable callable, StrRef value, SchemaVersion since, Owner &owner)
template<class Callable, class Owner>
StrRef getVariableLengthField (Callable callable, const Owner &owner) const noexcept
template<class Callable, class Owner>
StrRef getVariableLengthField (Callable callable, SchemaVersion since, Owner &owner) const noexcept
template<class Callable, class Owner>
void setVariableLengthFieldToNull (Callable callable, Owner &owner) noexcept
template<class Group, class Callable, class Owner>
void resetGroup (Callable callable, Owner &owner) noexcept
template<class Callable, class Owner>
void setVariableLengthFieldToNull (Callable callable, SchemaVersion since, Owner &owner) noexcept
template<class Group, class Callable, class Owner>
void resetGroup (Callable callable, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group getGroup (Callable callable, Owner &owner) const noexcept
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group getGroup (Callable callable, SchemaVersion since, Owner &owner) const noexcept
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group constructGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group constructGroup (Callable callable, typename Group::Size length, Owner &owner)
template<class Group, class Callable, class Owner>
Group setupGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
Group setupGroup (Callable callable, typename Group::Size length, Owner &owner)
Protected Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize >
 SbeFields ()=default
 ~SbeFields ()=default
Protected Member Functions inherited from BinaryBlock< Messaging::SbeMessage, MessageSize >
 BinaryBlock ()=default
 ~BinaryBlock ()=default
ONIXS_ICEBOE_FORCEINLINE Value ordinary (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE Enumeration enumeration (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE StrRef fixedStr (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE Value decimal (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE std::enable_if<!isComposite< typenameNullValue::Value >::value, SbeOptionalConverted< decltype(std::declval< Callable >()(std::declval< typenameArgType< Callable >::type >()))> >::type convertible (MessageSize offset, OptionalTag) const noexcept(noexcept(Callable::Nothrow))
Protected Member Functions inherited from BinaryBlockBase
 ~BinaryBlockBase ()=default
Static Protected Member Functions inherited from SbeMessage
static constexpr MessageSize getMaxMessageSize () noexcept

Detailed Description

Definition at line 18846 of file Messages.h.

Member Typedef Documentation

◆ Schema

Used template schema.

Definition at line 18851 of file Messages.h.

◆ ThisType

This type alias.

Definition at line 18854 of file Messages.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message template ID from SBE schema.

Enumerator
TemplateId 151 

Definition at line 18857 of file Messages.h.

18857{ TemplateId = 151 };

Constructor & Destructor Documentation

◆ ExecutionReport_Reject() [1/6]

Initializes a blank instance.

◆ ExecutionReport_Reject() [2/6]

ExecutionReport_Reject ( void * data,
EncodedLength length,
SchemaVersion version = Schema::Version )
inline

Initializes an instance over the given memory block.

Definition at line 18863 of file Messages.h.

18864 : SbeMessage(data, length, version)
18865 {
18866 checkVersion<Schema>(version);
18867 checkLength(length, version);
18868 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
18869 reset();
18870 }

◆ ExecutionReport_Reject() [3/6]

ExecutionReport_Reject ( void * data,
EncodedLength length,
NoFieldsInit ,
SchemaVersion version = Schema::Version )
inline

Initializes an instance over the given memory block With no variable-length fields initialization It is assumed that the user does such an initialization manually.

Definition at line 18875 of file Messages.h.

18876 : SbeMessage(data, length, version)
18877 {
18878 checkVersion<Schema>(version);
18879 checkLength(length, version);
18880 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
18881 resetVariableFields();
18882 }

◆ ExecutionReport_Reject() [4/6]

ExecutionReport_Reject ( void * data,
EncodedLength length,
NoInit  )
inline

Creates an instance over the given memory block.

Definition at line 18885 of file Messages.h.

18886 : SbeMessage(data, length)
18887 {
18888 checkCompatibility();
18889 }

◆ ExecutionReport_Reject() [5/6]

ExecutionReport_Reject ( SbeMessage message)
inlineexplicit

Creates an instance over the given SBE message.

Definition at line 18893 of file Messages.h.

18894 : SbeMessage(message)
18895 {
18896 assert(message.valid());
18897
18898 checkCompatibility();
18899 }

◆ ExecutionReport_Reject() [6/6]

ExecutionReport_Reject ( void * data,
EncodedLength length,
NoInit ,
NoCheck  )
inlinenoexcept

Creates an instance over the given memory block.

Performs no checks.

Definition at line 18903 of file Messages.h.

18904 : SbeMessage(data, length, NoCheck())
18905 {
18906 assert(schemaId() == Schema::Id);
18907 assert(version() >= Schema::MinimalVersion);
18908 assert(TemplateId == templateId());
18909 }
const char * version() noexcept

Member Function Documentation

◆ blockLength()

constexpr BlockLength blockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Size of message body in bytes.

Definition at line 19246 of file Messages.h.

19247 {
19248 return
19249 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
19250 minimalBlockLength(version);
19251 }

◆ calculateBinarySize()

EncodedLength calculateBinarySize ( ) const
inlinenoexcept
Returns
the size occupied by the message.

Definition at line 19329 of file Messages.h.

19330 {
19331 return
19332 SbeMessage::calculateBinarySize(tail());
19333 }

◆ className()

constexpr StrRef className ( )
inlinestaticconstexprnoexcept
Returns
class name.

Definition at line 19298 of file Messages.h.

19299 {
19300 return constructStrRef("ExecutionReport_Reject");
19301 }
constexpr StrRef constructStrRef(const char(&value)[Size]) noexcept
Definition StrRef.h:414

◆ clOrdId() [1/2]

auto clOrdId ( ) const
inlinenoexcept

Provides access to clOrdID field.

Definition at line 18951 of file Messages.h.

18952 {
18953 constexpr BlockLength offset = 40;
18954
18955 return ordinary<Int64>(offset);
18956 }

◆ clOrdId() [2/2]

ThisType & clOrdId ( Int64 value)
inlinenoexcept

Provides access to clOrdID field.

Definition at line 18959 of file Messages.h.

18960 {
18961 constexpr BlockLength offset = 40;
18962
18963 setOrdinary(offset, value);
18964 return *this;
18965 }

◆ exchangeCode() [1/3]

auto exchangeCode ( ) const
inlinenoexcept

int32NULL.

Definition at line 19153 of file Messages.h.

19154 {
19155 constexpr BlockLength offset = 81;
19156
19157 return ordinary<NullInt32NULL>(offset, optional);
19158 }

◆ exchangeCode() [2/3]

ThisType & exchangeCode ( Int32NULL value)
inlinenoexcept

int32NULL.

Definition at line 19161 of file Messages.h.

19162 {
19163 constexpr BlockLength offset = 81;
19164
19165 setOrdinary(offset, value);
19166 return *this;
19167 }

◆ exchangeCode() [3/3]

ThisType & exchangeCode ( NullOpt )
inlinenoexcept

Definition at line 19169 of file Messages.h.

19170 {
19171 constexpr BlockLength offset = 81;
19172
19173 setOrdinary(offset, NullInt32NULL());
19174 return *this;
19175 }
IntegralConstant< Int32, -2147483647-1 > NullInt32NULL
Null value for an optional Int32NULL field.
Definition Fields.h:994

◆ execId() [1/2]

auto execId ( ) const
inlinenoexcept

Provides access to execID field.

Definition at line 18933 of file Messages.h.

18934 {
18935 constexpr BlockLength offset = 20;
18936
18937 return ordinary<OrderExecID>(offset);
18938 }

◆ execId() [2/2]

ThisType & execId ( ChooseValueKind< OrderExecID > value)
inlinenoexcept

Provides access to execID field.

Definition at line 18941 of file Messages.h.

18942 {
18943 constexpr BlockLength offset = 20;
18944
18945 setOrdinary(offset, value);
18946 return *this;
18947 }

◆ fixType()

constexpr StrRef fixType ( )
inlinestaticconstexprnoexcept

FIX message type.

Definition at line 19306 of file Messages.h.

19307 {
19308 return constructStrRef("8");
19309 }

◆ getMaxMessageSize()

constexpr UInt64 getMaxMessageSize ( UInt8 )
inlinestaticconstexprnoexcept

Maximal message size.

Definition at line 19266 of file Messages.h.

19267 {
19268 return
19269 static_cast<UInt64>(MessageHeaderBuilder::Size) +
19270 blockLength(Schema::Version);
19271 }

◆ getMinimalVariableFieldsSize()

constexpr MessageSize getMinimalVariableFieldsSize ( SchemaVersion version)
inlinestaticconstexpr

Minimal variable fields size (when variable-length fields are empty).

Definition at line 19256 of file Messages.h.

19257 {
19258 return
19259 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
19260 0;
19261 }

◆ memo() [1/3]

auto memo ( ) const
inlinenoexcept

Provides access to memo field.

Definition at line 19179 of file Messages.h.

19180 {
19181 constexpr BlockLength offset = 85;
19182 constexpr BlockLength length = 30;
19183
19184 return fixedStr<length>(offset, optional);
19185 }

◆ memo() [2/3]

ThisType & memo ( NullOpt )
inlinenoexcept

Definition at line 19197 of file Messages.h.

19198 {
19199 constexpr BlockLength offset = 85;
19200 constexpr BlockLength length = 30;
19201
19202 setFixedStr<length>(offset, StrRef());
19203 return *this;
19204 }
std::basic_string_view< Char > StrRef
Definition StrRef.h:46

◆ memo() [3/3]

ThisType & memo ( StrRef value)
inlinenoexcept

Provides access to memo field.

Definition at line 19188 of file Messages.h.

19189 {
19190 constexpr BlockLength offset = 85;
19191 constexpr BlockLength length = 30;
19192
19193 setFixedStr<length>(offset, value);
19194 return *this;
19195 }

◆ minimalBlockLength()

constexpr BlockLength minimalBlockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Minimal size of message body in bytes.

Definition at line 19237 of file Messages.h.

19238 {
19239 return
19240 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
19241 215;
19242 }

◆ orderStatus() [1/3]

auto orderStatus ( ) const
inlinenoexcept

uint8NULL.

Definition at line 19083 of file Messages.h.

19084 {
19085 constexpr BlockLength offset = 78;
19086
19087 return enumeration<OrderStatusEnum, NullUint8NULL>(offset, optional);
19088 }

◆ orderStatus() [2/3]

ThisType & orderStatus ( NullOpt )
inlinenoexcept

Definition at line 19099 of file Messages.h.

19100 {
19101 constexpr BlockLength offset = 78;
19102
19103 setOrdinary(offset, NullUint8NULL());
19104 return *this;
19105 }
IntegralConstant< UInt8, 255 > NullUint8NULL
Null value for an optional Uint8NULL field.
Definition Fields.h:1006

◆ orderStatus() [3/3]

ThisType & orderStatus ( OrderStatusEnum value)
inlinenoexcept

uint8NULL.

Definition at line 19091 of file Messages.h.

19092 {
19093 constexpr BlockLength offset = 78;
19094
19095 setEnumeration<OrderStatusEnum>(offset, value);
19096 return *this;
19097 }

◆ ordType() [1/3]

auto ordType ( ) const
inlinenoexcept

uint8NULL.

Definition at line 18987 of file Messages.h.

18988 {
18989 constexpr BlockLength offset = 52;
18990
18991 return enumeration<OrderTypeEnum, NullUint8NULL>(offset, optional);
18992 }

◆ ordType() [2/3]

ThisType & ordType ( NullOpt )
inlinenoexcept

Definition at line 19003 of file Messages.h.

19004 {
19005 constexpr BlockLength offset = 52;
19006
19007 setOrdinary(offset, NullUint8NULL());
19008 return *this;
19009 }

◆ ordType() [3/3]

ThisType & ordType ( OrderTypeEnum value)
inlinenoexcept

uint8NULL.

Definition at line 18995 of file Messages.h.

18996 {
18997 constexpr BlockLength offset = 52;
18998
18999 setEnumeration<OrderTypeEnum>(offset, value);
19000 return *this;
19001 }

◆ origClOrdId() [1/3]

auto origClOrdId ( ) const
inlinenoexcept

int64NULL.

Definition at line 19057 of file Messages.h.

19058 {
19059 constexpr BlockLength offset = 70;
19060
19061 return ordinary<NullInt64NULL>(offset, optional);
19062 }

◆ origClOrdId() [2/3]

ThisType & origClOrdId ( Int64NULL value)
inlinenoexcept

int64NULL.

Definition at line 19065 of file Messages.h.

19066 {
19067 constexpr BlockLength offset = 70;
19068
19069 setOrdinary(offset, value);
19070 return *this;
19071 }

◆ origClOrdId() [3/3]

ThisType & origClOrdId ( NullOpt )
inlinenoexcept

Definition at line 19073 of file Messages.h.

19074 {
19075 constexpr BlockLength offset = 70;
19076
19077 setOrdinary(offset, NullInt64NULL());
19078 return *this;
19079 }
IntegralConstant< Int64, -9223372036854775807LL-1 > NullInt64NULL
Null value for an optional Int64NULL field.
Definition Fields.h:1000

◆ originatorUserId() [1/2]

auto originatorUserId ( ) const
inlinenoexcept

Provides access to originatorUserID field.

Definition at line 18913 of file Messages.h.

18914 {
18915 constexpr BlockLength offset = 0;
18916 constexpr BlockLength length = 20;
18917
18918 return fixedStr<length>(offset);
18919 }

◆ originatorUserId() [2/2]

ThisType & originatorUserId ( StrRef value)
inlinenoexcept

Provides access to originatorUserID field.

Definition at line 18922 of file Messages.h.

18923 {
18924 constexpr BlockLength offset = 0;
18925 constexpr BlockLength length = 20;
18926
18927 setFixedStr<length>(offset, value);
18928 return *this;
18929 }

◆ origOrderId() [1/3]

auto origOrderId ( ) const
inlinenoexcept

Provides access to origOrderID field.

Definition at line 19031 of file Messages.h.

19032 {
19033 constexpr BlockLength offset = 54;
19034
19035 return ordinary<NullOriginalOrderID>(offset, optional);
19036 }

◆ origOrderId() [2/3]

ThisType & origOrderId ( NullOpt )
inlinenoexcept

Definition at line 19047 of file Messages.h.

19048 {
19049 constexpr BlockLength offset = 54;
19050
19051 setOrdinary(offset, NullOriginalOrderID());
19052 return *this;
19053 }

◆ origOrderId() [3/3]

ThisType & origOrderId ( OriginalOrderID value)
inlinenoexcept

Provides access to origOrderID field.

Definition at line 19039 of file Messages.h.

19040 {
19041 constexpr BlockLength offset = 54;
19042
19043 setOrdinary(offset, value);
19044 return *this;
19045 }

◆ rejectReason() [1/3]

auto rejectReason ( ) const
inlinenoexcept

uint8NULL.

Definition at line 19127 of file Messages.h.

19128 {
19129 constexpr BlockLength offset = 80;
19130
19131 return enumeration<RejectEnum, NullUint8NULL>(offset, optional);
19132 }

◆ rejectReason() [2/3]

ThisType & rejectReason ( NullOpt )
inlinenoexcept

Definition at line 19143 of file Messages.h.

19144 {
19145 constexpr BlockLength offset = 80;
19146
19147 setOrdinary(offset, NullUint8NULL());
19148 return *this;
19149 }

◆ rejectReason() [3/3]

ThisType & rejectReason ( RejectEnum value)
inlinenoexcept

uint8NULL.

Definition at line 19135 of file Messages.h.

19136 {
19137 constexpr BlockLength offset = 80;
19138
19139 setEnumeration<RejectEnum>(offset, value);
19140 return *this;
19141 }

◆ rejectResponseTo() [1/2]

auto rejectResponseTo ( ) const
inlinenoexcept

Provides access to rejectResponseTo field.

Definition at line 19109 of file Messages.h.

19110 {
19111 constexpr BlockLength offset = 79;
19112
19113 return enumeration<RejectResponseToEnum>(offset);
19114 }

◆ rejectResponseTo() [2/2]

ThisType & rejectResponseTo ( RejectResponseToEnum value)
inlinenoexcept

Provides access to rejectResponseTo field.

Definition at line 19117 of file Messages.h.

19118 {
19119 constexpr BlockLength offset = 79;
19120
19121 setEnumeration<RejectResponseToEnum>(offset, value);
19122 return *this;
19123 }

◆ reset()

ThisType & reset ( )
inlinenoexcept

Reset all variable-length and optional fields if any.

Definition at line 19280 of file Messages.h.

19281 {
19282 ordType(nullOpt);
19283 origOrderId(nullOpt);
19284 origClOrdId(nullOpt);
19285 orderStatus(nullOpt);
19286 rejectReason(nullOpt);
19287 exchangeCode(nullOpt);
19288 memo(nullOpt);
19289 text(nullOpt);
19290
19291 resetVariableFields();
19292 return *this;
19293 }

◆ resetVariableFields()

ThisType & resetVariableFields ( )
inlinenoexcept

Reset all variable-length fields if any.

Definition at line 19274 of file Messages.h.

19275 {
19276 return *this;
19277 }

◆ side() [1/2]

auto side ( ) const
inlinenoexcept

Provides access to side field.

Definition at line 19013 of file Messages.h.

19014 {
19015 constexpr BlockLength offset = 53;
19016
19017 return enumeration<SideEnum>(offset);
19018 }

◆ side() [2/2]

ThisType & side ( SideEnum value)
inlinenoexcept

Provides access to side field.

Definition at line 19021 of file Messages.h.

19022 {
19023 constexpr BlockLength offset = 53;
19024
19025 setEnumeration<SideEnum>(offset, value);
19026 return *this;
19027 }

◆ symbol() [1/2]

auto symbol ( ) const
inlinenoexcept

Provides access to symbol field.

Definition at line 18969 of file Messages.h.

18970 {
18971 constexpr BlockLength offset = 48;
18972
18973 return ordinary<Int32>(offset);
18974 }

◆ symbol() [2/2]

ThisType & symbol ( Int32 value)
inlinenoexcept

Provides access to symbol field.

Definition at line 18977 of file Messages.h.

18978 {
18979 constexpr BlockLength offset = 48;
18980
18981 setOrdinary(offset, value);
18982 return *this;
18983 }

◆ tail()

const void * tail ( ) const
inlinenoexcept
Returns
the end of the message.

Definition at line 19317 of file Messages.h.

19318 {
19319 return
19322 binary(),
19323 static_cast<ptrdiff_t>(SbeMessage::blockLength()) +
19324 MessageHeader::Size));
19325 }
ONIXS_ICEBOE_FORCEINLINE void * toOpaquePtr(Type *ptr) noexcept
Makes the pointer an opaque one.
Definition Memory.h:51
ONIXS_ICEBOE_FORCEINLINE Type * advanceByBytes(Type *pointer, ptrdiff_t distance) noexcept
Advances the pointer to a given offset (distance) in bytes.
Definition Memory.h:110

◆ text() [1/3]

auto text ( ) const
inlinenoexcept

Provides access to text field.

Definition at line 19208 of file Messages.h.

19209 {
19210 constexpr BlockLength offset = 115;
19211 constexpr BlockLength length = 100;
19212
19213 return fixedStr<length>(offset, optional);
19214 }

◆ text() [2/3]

ThisType & text ( NullOpt )
inlinenoexcept

Definition at line 19226 of file Messages.h.

19227 {
19228 constexpr BlockLength offset = 115;
19229 constexpr BlockLength length = 100;
19230
19231 setFixedStr<length>(offset, StrRef());
19232 return *this;
19233 }

◆ text() [3/3]

ThisType & text ( StrRef value)
inlinenoexcept

Provides access to text field.

Definition at line 19217 of file Messages.h.

19218 {
19219 constexpr BlockLength offset = 115;
19220 constexpr BlockLength length = 100;
19221
19222 setFixedStr<length>(offset, value);
19223 return *this;
19224 }

◆ toString()

std::string toString ( ) const
inline
Returns
a human-readable presentation.

Definition at line 1624 of file MessageSerialization.h.

1625{
1626 return toStr(*this);
1627}
std::string toStr(Order::PriceOptional value)
Definition Order.cpp:34