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

Public Types

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

Public Member Functions

 SecurityDefinitionReport_Product ()=default
 SecurityDefinitionReport_Product (void *data, EncodedLength length, SchemaVersion version=Schema::Version)
 SecurityDefinitionReport_Product (void *data, EncodedLength length, NoFieldsInit, SchemaVersion version=Schema::Version)
 SecurityDefinitionReport_Product (void *data, EncodedLength length, NoInit)
 SecurityDefinitionReport_Product (SbeMessage message)
 SecurityDefinitionReport_Product (void *data, EncodedLength length, NoInit, NoCheck) noexcept
auto securityReqId () const noexcept
ThisTypesecurityReqId (Int32 value) noexcept
auto securityResponseType () const noexcept
ThisTypesecurityResponseType (SecurityResponseTypeEnum value) noexcept
auto securityResponseId () const noexcept
ThisTypesecurityResponseId (Int32 value) noexcept
auto marketTypeId () const noexcept
ThisTypemarketTypeId (Int32 value) noexcept
auto rpts () const noexcept
ThisTyperpts (Int32 value) noexcept
auto listSeqNo () const noexcept
ThisTypelistSeqNo (Int32 value) noexcept
auto productId () const noexcept
ThisTypeproductId (Int32 value) noexcept
auto productType () const noexcept
ThisTypeproductType (StrRef value) noexcept
ThisTypeproductType (NullOpt) noexcept
auto mifidRegulatedMarket () const noexcept
ThisTypemifidRegulatedMarket (BooleanEnum value) noexcept
auto testMarketIndicator () const noexcept
ThisTypetestMarketIndicator (BooleanEnum value) noexcept
auto stopsAllowed () const noexcept
ThisTypestopsAllowed (BooleanEnum value) noexcept
ThisTypestopsAllowed (NullOpt) noexcept
auto optionsAllowed () const noexcept
ThisTypeoptionsAllowed (BooleanEnum value) noexcept
ThisTypeoptionsAllowed (NullOpt) noexcept
auto udsOptionsAllowed () const noexcept
ThisTypeudsOptionsAllowed (BooleanEnum value) noexcept
ThisTypeudsOptionsAllowed (NullOpt) noexcept
auto udsFuturesAllowed () const noexcept
ThisTypeudsFuturesAllowed (BooleanEnum value) noexcept
ThisTypeudsFuturesAllowed (NullOpt) noexcept
auto massQuotesAllowed () const noexcept
ThisTypemassQuotesAllowed (BooleanEnum value) noexcept
ThisTypemassQuotesAllowed (NullOpt) noexcept
auto rfqFuturesAllowed () const noexcept
ThisTyperfqFuturesAllowed (BooleanEnum value) noexcept
ThisTyperfqFuturesAllowed (NullOpt) noexcept
auto rfqOptionsAllowed () const noexcept
ThisTyperfqOptionsAllowed (BooleanEnum value) noexcept
ThisTyperfqOptionsAllowed (NullOpt) noexcept
auto crossingOrderFuturesAllowed () const noexcept
ThisTypecrossingOrderFuturesAllowed (BooleanEnum value) noexcept
ThisTypecrossingOrderFuturesAllowed (NullOpt) noexcept
auto crossingOrderOptionsAllowed () const noexcept
ThisTypecrossingOrderOptionsAllowed (BooleanEnum value) noexcept
ThisTypecrossingOrderOptionsAllowed (NullOpt) noexcept
auto selfBlockAllowed () const noexcept
ThisTypeselfBlockAllowed (BooleanEnum value) noexcept
ThisTypeselfBlockAllowed (NullOpt) noexcept
StrRef productName () const noexcept
StrRef productDesc () const noexcept
StrRef productGroup () const noexcept
ThisTypeproductName (StrRef value)
ThisTypeproductDesc (StrRef value)
ThisTypeproductGroup (StrRef value)
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 7345 of file Messages.h.

Member Typedef Documentation

◆ Schema

Used template schema.

Definition at line 7350 of file Messages.h.

◆ ThisType

This type alias.

Definition at line 7353 of file Messages.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message template ID from SBE schema.

Enumerator
TemplateId 154 

Definition at line 7356 of file Messages.h.

7356{ TemplateId = 154 };

Constructor & Destructor Documentation

◆ SecurityDefinitionReport_Product() [1/6]

Initializes a blank instance.

◆ SecurityDefinitionReport_Product() [2/6]

Initializes an instance over the given memory block.

Definition at line 7362 of file Messages.h.

7363 : SbeMessage(data, length, version)
7364 {
7365 checkVersion<Schema>(version);
7366 checkLength(length, version);
7367 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
7368 reset();
7369 }

◆ SecurityDefinitionReport_Product() [3/6]

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 7374 of file Messages.h.

7375 : SbeMessage(data, length, version)
7376 {
7377 checkVersion<Schema>(version);
7378 checkLength(length, version);
7379 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
7380 resetVariableFields();
7381 }

◆ SecurityDefinitionReport_Product() [4/6]

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

Creates an instance over the given memory block.

Definition at line 7384 of file Messages.h.

7385 : SbeMessage(data, length)
7386 {
7387 checkCompatibility();
7388 }

◆ SecurityDefinitionReport_Product() [5/6]

SecurityDefinitionReport_Product ( SbeMessage message)
inlineexplicit

Creates an instance over the given SBE message.

Definition at line 7392 of file Messages.h.

7393 : SbeMessage(message)
7394 {
7395 assert(message.valid());
7396
7397 checkCompatibility();
7398 }

◆ SecurityDefinitionReport_Product() [6/6]

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

Creates an instance over the given memory block.

Performs no checks.

Definition at line 7402 of file Messages.h.

7403 : SbeMessage(data, length, NoCheck())
7404 {
7405 assert(schemaId() == Schema::Id);
7406 assert(version() >= Schema::MinimalVersion);
7407 assert(TemplateId == templateId());
7408 }
const char * version() noexcept

Member Function Documentation

◆ blockLength()

constexpr BlockLength blockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Size of message body in bytes.

Definition at line 7926 of file Messages.h.

7927 {
7928 return
7929 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
7930 minimalBlockLength(version);
7931 }

◆ calculateBinarySize()

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

Definition at line 8012 of file Messages.h.

8013 {
8014 return
8015 SbeMessage::calculateBinarySize(tail());
8016 }

◆ className()

constexpr StrRef className ( )
inlinestaticconstexprnoexcept
Returns
class name.

Definition at line 7983 of file Messages.h.

7984 {
7985 return constructStrRef("SecurityDefinitionReport_Product");
7986 }
constexpr StrRef constructStrRef(const char(&value)[Size]) noexcept
Definition StrRef.h:414

◆ crossingOrderFuturesAllowed() [1/3]

auto crossingOrderFuturesAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7785 of file Messages.h.

7786 {
7787 constexpr BlockLength offset = 46;
7788
7789 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7790 }

◆ crossingOrderFuturesAllowed() [2/3]

ThisType & crossingOrderFuturesAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7793 of file Messages.h.

7794 {
7795 constexpr BlockLength offset = 46;
7796
7797 setEnumeration<BooleanEnum>(offset, value);
7798 return *this;
7799 }

◆ crossingOrderFuturesAllowed() [3/3]

ThisType & crossingOrderFuturesAllowed ( NullOpt )
inlinenoexcept

Definition at line 7801 of file Messages.h.

7802 {
7803 constexpr BlockLength offset = 46;
7804
7805 setOrdinary(offset, NullUint8NULL());
7806 return *this;
7807 }
IntegralConstant< UInt8, 255 > NullUint8NULL
Null value for an optional Uint8NULL field.
Definition Fields.h:1006

◆ crossingOrderOptionsAllowed() [1/3]

auto crossingOrderOptionsAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7811 of file Messages.h.

7812 {
7813 constexpr BlockLength offset = 47;
7814
7815 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7816 }

◆ crossingOrderOptionsAllowed() [2/3]

ThisType & crossingOrderOptionsAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7819 of file Messages.h.

7820 {
7821 constexpr BlockLength offset = 47;
7822
7823 setEnumeration<BooleanEnum>(offset, value);
7824 return *this;
7825 }

◆ crossingOrderOptionsAllowed() [3/3]

ThisType & crossingOrderOptionsAllowed ( NullOpt )
inlinenoexcept

Definition at line 7827 of file Messages.h.

7828 {
7829 constexpr BlockLength offset = 47;
7830
7831 setOrdinary(offset, NullUint8NULL());
7832 return *this;
7833 }

◆ fixType()

constexpr StrRef fixType ( )
inlinestaticconstexprnoexcept

FIX message type.

Definition at line 7991 of file Messages.h.

7992 {
7993 return constructStrRef(
7994 "SecurityDefinitionReport_Product");
7995 }

◆ getMaxMessageSize()

constexpr UInt64 getMaxMessageSize ( UInt8 )
inlinestaticconstexprnoexcept

Maximal message size.

Definition at line 7946 of file Messages.h.

7947 {
7948 return
7949 SbeMessage::getMaxMessageSize();
7950 }

◆ getMinimalVariableFieldsSize()

constexpr MessageSize getMinimalVariableFieldsSize ( SchemaVersion version)
inlinestaticconstexpr

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

Definition at line 7936 of file Messages.h.

7937 {
7938 return
7939 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
7940 static_cast<MessageSize>(VarString16::Size) + static_cast<MessageSize>(VarString16::Size) + static_cast<MessageSize>(VarString16::Size);
7941 }
UInt16 MessageSize
Message length type.
Definition Aliases.h:29

◆ listSeqNo() [1/2]

auto listSeqNo ( ) const
inlinenoexcept

Provides access to listSeqNo field.

Definition at line 7502 of file Messages.h.

7503 {
7504 constexpr BlockLength offset = 17;
7505
7506 return ordinary<Int32>(offset);
7507 }

◆ listSeqNo() [2/2]

ThisType & listSeqNo ( Int32 value)
inlinenoexcept

Provides access to listSeqNo field.

Definition at line 7510 of file Messages.h.

7511 {
7512 constexpr BlockLength offset = 17;
7513
7514 setOrdinary(offset, value);
7515 return *this;
7516 }

◆ marketTypeId() [1/2]

auto marketTypeId ( ) const
inlinenoexcept

Provides access to marketTypeID field.

Definition at line 7466 of file Messages.h.

7467 {
7468 constexpr BlockLength offset = 9;
7469
7470 return ordinary<Int32>(offset);
7471 }

◆ marketTypeId() [2/2]

ThisType & marketTypeId ( Int32 value)
inlinenoexcept

Provides access to marketTypeID field.

Definition at line 7474 of file Messages.h.

7475 {
7476 constexpr BlockLength offset = 9;
7477
7478 setOrdinary(offset, value);
7479 return *this;
7480 }

◆ massQuotesAllowed() [1/3]

auto massQuotesAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7707 of file Messages.h.

7708 {
7709 constexpr BlockLength offset = 43;
7710
7711 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7712 }

◆ massQuotesAllowed() [2/3]

ThisType & massQuotesAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7715 of file Messages.h.

7716 {
7717 constexpr BlockLength offset = 43;
7718
7719 setEnumeration<BooleanEnum>(offset, value);
7720 return *this;
7721 }

◆ massQuotesAllowed() [3/3]

ThisType & massQuotesAllowed ( NullOpt )
inlinenoexcept

Definition at line 7723 of file Messages.h.

7724 {
7725 constexpr BlockLength offset = 43;
7726
7727 setOrdinary(offset, NullUint8NULL());
7728 return *this;
7729 }

◆ mifidRegulatedMarket() [1/2]

auto mifidRegulatedMarket ( ) const
inlinenoexcept

Provides access to mifidRegulatedMarket field.

Definition at line 7567 of file Messages.h.

7568 {
7569 constexpr BlockLength offset = 37;
7570
7571 return enumeration<BooleanEnum>(offset);
7572 }

◆ mifidRegulatedMarket() [2/2]

ThisType & mifidRegulatedMarket ( BooleanEnum value)
inlinenoexcept

Provides access to mifidRegulatedMarket field.

Definition at line 7575 of file Messages.h.

7576 {
7577 constexpr BlockLength offset = 37;
7578
7579 setEnumeration<BooleanEnum>(offset, value);
7580 return *this;
7581 }

◆ minimalBlockLength()

constexpr BlockLength minimalBlockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Minimal size of message body in bytes.

Definition at line 7917 of file Messages.h.

7918 {
7919 return
7920 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
7921 49;
7922 }

◆ optionsAllowed() [1/3]

auto optionsAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7629 of file Messages.h.

7630 {
7631 constexpr BlockLength offset = 40;
7632
7633 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7634 }

◆ optionsAllowed() [2/3]

ThisType & optionsAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7637 of file Messages.h.

7638 {
7639 constexpr BlockLength offset = 40;
7640
7641 setEnumeration<BooleanEnum>(offset, value);
7642 return *this;
7643 }

◆ optionsAllowed() [3/3]

ThisType & optionsAllowed ( NullOpt )
inlinenoexcept

Definition at line 7645 of file Messages.h.

7646 {
7647 constexpr BlockLength offset = 40;
7648
7649 setOrdinary(offset, NullUint8NULL());
7650 return *this;
7651 }

◆ productDesc() [1/2]

StrRef productDesc ( ) const
inlinenoexcept

Definition at line 7870 of file Messages.h.

7871 {
7872 return getVariableLengthField(
7873 productDescAccess(),
7874 *this);
7875 }

◆ productDesc() [2/2]

ThisType & productDesc ( StrRef value)
inline

Definition at line 7895 of file Messages.h.

7896 {
7897 setVariableLengthField(
7898 productDescAccess(),
7899 value,
7900 *this);
7901
7902 return *this;
7903 }

◆ productGroup() [1/2]

StrRef productGroup ( ) const
inlinenoexcept

Definition at line 7878 of file Messages.h.

7879 {
7880 return getVariableLengthField(
7881 productGroupAccess(),
7882 *this);
7883 }

◆ productGroup() [2/2]

ThisType & productGroup ( StrRef value)
inline

Definition at line 7905 of file Messages.h.

7906 {
7907 setVariableLengthField(
7908 productGroupAccess(),
7909 value,
7910 *this);
7911
7912 return *this;
7913 }

◆ productId() [1/2]

auto productId ( ) const
inlinenoexcept

Provides access to productID field.

Definition at line 7520 of file Messages.h.

7521 {
7522 constexpr BlockLength offset = 21;
7523
7524 return ordinary<Int32>(offset);
7525 }

◆ productId() [2/2]

ThisType & productId ( Int32 value)
inlinenoexcept

Provides access to productID field.

Definition at line 7528 of file Messages.h.

7529 {
7530 constexpr BlockLength offset = 21;
7531
7532 setOrdinary(offset, value);
7533 return *this;
7534 }

◆ productName() [1/2]

StrRef productName ( ) const
inlinenoexcept

Definition at line 7862 of file Messages.h.

7863 {
7864 return getVariableLengthField(
7865 productNameAccess(),
7866 *this);
7867 }

◆ productName() [2/2]

ThisType & productName ( StrRef value)
inline

Definition at line 7885 of file Messages.h.

7886 {
7887 setVariableLengthField(
7888 productNameAccess(),
7889 value,
7890 *this);
7891
7892 return *this;
7893 }

◆ productType() [1/3]

auto productType ( ) const
inlinenoexcept

Provides access to productType field.

Definition at line 7538 of file Messages.h.

7539 {
7540 constexpr BlockLength offset = 25;
7541 constexpr BlockLength length = 12;
7542
7543 return fixedStr<length>(offset, optional);
7544 }

◆ productType() [2/3]

ThisType & productType ( NullOpt )
inlinenoexcept

Definition at line 7556 of file Messages.h.

7557 {
7558 constexpr BlockLength offset = 25;
7559 constexpr BlockLength length = 12;
7560
7561 setFixedStr<length>(offset, StrRef());
7562 return *this;
7563 }
std::basic_string_view< Char > StrRef
Definition StrRef.h:46

◆ productType() [3/3]

ThisType & productType ( StrRef value)
inlinenoexcept

Provides access to productType field.

Definition at line 7547 of file Messages.h.

7548 {
7549 constexpr BlockLength offset = 25;
7550 constexpr BlockLength length = 12;
7551
7552 setFixedStr<length>(offset, value);
7553 return *this;
7554 }

◆ reset()

ThisType & reset ( )
inlinenoexcept

Reset all variable-length and optional fields if any.

Definition at line 7962 of file Messages.h.

7963 {
7964 productType(nullOpt);
7965 stopsAllowed(nullOpt);
7966 optionsAllowed(nullOpt);
7967 udsOptionsAllowed(nullOpt);
7968 udsFuturesAllowed(nullOpt);
7969 massQuotesAllowed(nullOpt);
7970 rfqFuturesAllowed(nullOpt);
7971 rfqOptionsAllowed(nullOpt);
7972 crossingOrderFuturesAllowed(nullOpt);
7973 crossingOrderOptionsAllowed(nullOpt);
7974 selfBlockAllowed(nullOpt);
7975
7976 resetVariableFields();
7977 return *this;
7978 }

◆ resetVariableFields()

ThisType & resetVariableFields ( )
inlinenoexcept

Reset all variable-length fields if any.

Definition at line 7953 of file Messages.h.

7954 {
7955 productName(nullOpt);
7956 productDesc(nullOpt);
7957 productGroup(nullOpt);
7958 return *this;
7959 }

◆ rfqFuturesAllowed() [1/3]

auto rfqFuturesAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7733 of file Messages.h.

7734 {
7735 constexpr BlockLength offset = 44;
7736
7737 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7738 }

◆ rfqFuturesAllowed() [2/3]

ThisType & rfqFuturesAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7741 of file Messages.h.

7742 {
7743 constexpr BlockLength offset = 44;
7744
7745 setEnumeration<BooleanEnum>(offset, value);
7746 return *this;
7747 }

◆ rfqFuturesAllowed() [3/3]

ThisType & rfqFuturesAllowed ( NullOpt )
inlinenoexcept

Definition at line 7749 of file Messages.h.

7750 {
7751 constexpr BlockLength offset = 44;
7752
7753 setOrdinary(offset, NullUint8NULL());
7754 return *this;
7755 }

◆ rfqOptionsAllowed() [1/3]

auto rfqOptionsAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7759 of file Messages.h.

7760 {
7761 constexpr BlockLength offset = 45;
7762
7763 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7764 }

◆ rfqOptionsAllowed() [2/3]

ThisType & rfqOptionsAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7767 of file Messages.h.

7768 {
7769 constexpr BlockLength offset = 45;
7770
7771 setEnumeration<BooleanEnum>(offset, value);
7772 return *this;
7773 }

◆ rfqOptionsAllowed() [3/3]

ThisType & rfqOptionsAllowed ( NullOpt )
inlinenoexcept

Definition at line 7775 of file Messages.h.

7776 {
7777 constexpr BlockLength offset = 45;
7778
7779 setOrdinary(offset, NullUint8NULL());
7780 return *this;
7781 }

◆ rpts() [1/2]

auto rpts ( ) const
inlinenoexcept

Provides access to noRpts field.

Definition at line 7484 of file Messages.h.

7485 {
7486 constexpr BlockLength offset = 13;
7487
7488 return ordinary<Int32>(offset);
7489 }

◆ rpts() [2/2]

ThisType & rpts ( Int32 value)
inlinenoexcept

Provides access to noRpts field.

Definition at line 7492 of file Messages.h.

7493 {
7494 constexpr BlockLength offset = 13;
7495
7496 setOrdinary(offset, value);
7497 return *this;
7498 }

◆ securityReqId() [1/2]

auto securityReqId ( ) const
inlinenoexcept

Provides access to securityReqID field.

Definition at line 7412 of file Messages.h.

7413 {
7414 constexpr BlockLength offset = 0;
7415
7416 return ordinary<Int32>(offset);
7417 }

◆ securityReqId() [2/2]

ThisType & securityReqId ( Int32 value)
inlinenoexcept

Provides access to securityReqID field.

Definition at line 7420 of file Messages.h.

7421 {
7422 constexpr BlockLength offset = 0;
7423
7424 setOrdinary(offset, value);
7425 return *this;
7426 }

◆ securityResponseId() [1/2]

auto securityResponseId ( ) const
inlinenoexcept

Provides access to securityResponseID field.

Definition at line 7448 of file Messages.h.

7449 {
7450 constexpr BlockLength offset = 5;
7451
7452 return ordinary<Int32>(offset);
7453 }

◆ securityResponseId() [2/2]

ThisType & securityResponseId ( Int32 value)
inlinenoexcept

Provides access to securityResponseID field.

Definition at line 7456 of file Messages.h.

7457 {
7458 constexpr BlockLength offset = 5;
7459
7460 setOrdinary(offset, value);
7461 return *this;
7462 }

◆ securityResponseType() [1/2]

auto securityResponseType ( ) const
inlinenoexcept

Provides access to securityResponseType field.

Definition at line 7430 of file Messages.h.

7431 {
7432 constexpr BlockLength offset = 4;
7433
7434 return enumeration<SecurityResponseTypeEnum>(offset);
7435 }

◆ securityResponseType() [2/2]

ThisType & securityResponseType ( SecurityResponseTypeEnum value)
inlinenoexcept

Provides access to securityResponseType field.

Definition at line 7438 of file Messages.h.

7439 {
7440 constexpr BlockLength offset = 4;
7441
7442 setEnumeration<SecurityResponseTypeEnum>(offset, value);
7443 return *this;
7444 }

◆ selfBlockAllowed() [1/3]

auto selfBlockAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7837 of file Messages.h.

7838 {
7839 constexpr BlockLength offset = 48;
7840
7841 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7842 }

◆ selfBlockAllowed() [2/3]

ThisType & selfBlockAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7845 of file Messages.h.

7846 {
7847 constexpr BlockLength offset = 48;
7848
7849 setEnumeration<BooleanEnum>(offset, value);
7850 return *this;
7851 }

◆ selfBlockAllowed() [3/3]

ThisType & selfBlockAllowed ( NullOpt )
inlinenoexcept

Definition at line 7853 of file Messages.h.

7854 {
7855 constexpr BlockLength offset = 48;
7856
7857 setOrdinary(offset, NullUint8NULL());
7858 return *this;
7859 }

◆ stopsAllowed() [1/3]

auto stopsAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7603 of file Messages.h.

7604 {
7605 constexpr BlockLength offset = 39;
7606
7607 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7608 }

◆ stopsAllowed() [2/3]

ThisType & stopsAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7611 of file Messages.h.

7612 {
7613 constexpr BlockLength offset = 39;
7614
7615 setEnumeration<BooleanEnum>(offset, value);
7616 return *this;
7617 }

◆ stopsAllowed() [3/3]

ThisType & stopsAllowed ( NullOpt )
inlinenoexcept

Definition at line 7619 of file Messages.h.

7620 {
7621 constexpr BlockLength offset = 39;
7622
7623 setOrdinary(offset, NullUint8NULL());
7624 return *this;
7625 }

◆ tail()

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

Definition at line 8003 of file Messages.h.

8004 {
8005 return
8007 (productGroup().end()));
8008 }
ONIXS_ICEBOE_FORCEINLINE void * toOpaquePtr(Type *ptr) noexcept
Makes the pointer an opaque one.
Definition Memory.h:51

◆ testMarketIndicator() [1/2]

auto testMarketIndicator ( ) const
inlinenoexcept

Provides access to testMarketIndicator field.

Definition at line 7585 of file Messages.h.

7586 {
7587 constexpr BlockLength offset = 38;
7588
7589 return enumeration<BooleanEnum>(offset);
7590 }

◆ testMarketIndicator() [2/2]

ThisType & testMarketIndicator ( BooleanEnum value)
inlinenoexcept

Provides access to testMarketIndicator field.

Definition at line 7593 of file Messages.h.

7594 {
7595 constexpr BlockLength offset = 38;
7596
7597 setEnumeration<BooleanEnum>(offset, value);
7598 return *this;
7599 }

◆ toString()

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

Definition at line 635 of file MessageSerialization.h.

636{
637 return toStr(*this);
638}
std::string toStr(Order::PriceOptional value)
Definition Order.cpp:34

◆ udsFuturesAllowed() [1/3]

auto udsFuturesAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7681 of file Messages.h.

7682 {
7683 constexpr BlockLength offset = 42;
7684
7685 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7686 }

◆ udsFuturesAllowed() [2/3]

ThisType & udsFuturesAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7689 of file Messages.h.

7690 {
7691 constexpr BlockLength offset = 42;
7692
7693 setEnumeration<BooleanEnum>(offset, value);
7694 return *this;
7695 }

◆ udsFuturesAllowed() [3/3]

ThisType & udsFuturesAllowed ( NullOpt )
inlinenoexcept

Definition at line 7697 of file Messages.h.

7698 {
7699 constexpr BlockLength offset = 42;
7700
7701 setOrdinary(offset, NullUint8NULL());
7702 return *this;
7703 }

◆ udsOptionsAllowed() [1/3]

auto udsOptionsAllowed ( ) const
inlinenoexcept

uint8NULL.

Definition at line 7655 of file Messages.h.

7656 {
7657 constexpr BlockLength offset = 41;
7658
7659 return enumeration<BooleanEnum, NullUint8NULL>(offset, optional);
7660 }

◆ udsOptionsAllowed() [2/3]

ThisType & udsOptionsAllowed ( BooleanEnum value)
inlinenoexcept

uint8NULL.

Definition at line 7663 of file Messages.h.

7664 {
7665 constexpr BlockLength offset = 41;
7666
7667 setEnumeration<BooleanEnum>(offset, value);
7668 return *this;
7669 }

◆ udsOptionsAllowed() [3/3]

ThisType & udsOptionsAllowed ( NullOpt )
inlinenoexcept

Definition at line 7671 of file Messages.h.

7672 {
7673 constexpr BlockLength offset = 41;
7674
7675 setOrdinary(offset, NullUint8NULL());
7676 return *this;
7677 }