OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
MassQuoteReport::QuoteSetsEntry Struct Reference

Public Types

typedef SbeGroupEntry< GroupSizeEncoding::BlockLengthBase
typedef QuoteSetsEntry ThisType
Public Types inherited from SbeGroupEntry< GroupSizeEncoding::BlockLength >
typedef GroupSizeEncoding::BlockLength BlockLength

Public Member Functions

 QuoteSetsEntry (void *data, EncodedLength length, SchemaVersion version)
ThisTyperesetVariableFields () noexcept
ThisTypereset () noexcept
auto quoteSetId () const noexcept
ThisTypequoteSetId (Int32 value) noexcept
auto underlyingSymbol () const noexcept
ThisTypeunderlyingSymbol (Int32 value) noexcept
auto quoteEntryId () const noexcept
ThisTypequoteEntryId (Int32 value) noexcept
auto symbol () const noexcept
ThisTypesymbol (Int32 value) noexcept
auto quoteEntryRejectReason () const noexcept
ThisTypequoteEntryRejectReason (QuoteEntryRejectReasonEnum value) noexcept
ThisTypequoteEntryRejectReason (NullOpt) noexcept
auto quoteEntryExchangeCode () const noexcept
ThisTypequoteEntryExchangeCode (Int32NULL value) noexcept
ThisTypequoteEntryExchangeCode (NullOpt) noexcept
auto quoteEntryRejectReasonText () const noexcept
ThisTypequoteEntryRejectReasonText (StrRef value) noexcept
ThisTypequoteEntryRejectReasonText (NullOpt) noexcept
Public Member Functions inherited from SbeGroupEntry< GroupSizeEncoding::BlockLength >
 SbeGroupEntry ()
 SbeGroupEntry (void *encoded, BlockLength size, SchemaVersion version)
bool valid () const noexcept
const void * encoded () const noexcept
void * encoded () noexcept
const void * block () const noexcept
void * block () noexcept
BlockLength blockLength () const noexcept
SchemaVersion version () const noexcept
Public Member Functions inherited from SbeFields< Container, BlockLength >
ONIXS_ICEBOE_FORCEINLINE Container & container () noexcept
void zeroPaddingBytes (BlockLength offset) noexcept
template<class FieldValue>
ONIXS_ICEBOE_FORCEINLINE void setOrdinary (BlockLength offset, FieldValue value) noexcept
template<class FieldValue>
ONIXS_ICEBOE_FORCEINLINE void setOrdinary (BlockLength offset, FieldValue value, SchemaVersion since)
template<class Enumeration>
ONIXS_ICEBOE_FORCEINLINE void setEnumeration (BlockLength offset, Enumeration value) noexcept
template<class Enumeration>
ONIXS_ICEBOE_FORCEINLINE void setEnumeration (BlockLength offset, Enumeration value, SchemaVersion since)
template<BlockLength Size>
ONIXS_ICEBOE_FORCEINLINE void setFixedStr (BlockLength offset, StrRef value) noexcept
template<BlockLength Size>
ONIXS_ICEBOE_FORCEINLINE void setFixedStr (BlockLength offset, StrRef value, SchemaVersion since)

Static Public Member Functions

static constexpr BlockLength blockLength (SchemaVersion version) noexcept
static constexpr BlockLength minimalBlockLength (SchemaVersion version) noexcept
static constexpr StrRef className () noexcept

Additional Inherited Members

Protected Member Functions inherited from SbeFields< Container, BlockLength >
 SbeFields ()=default
 ~SbeFields ()=default
Protected Member Functions inherited from BinaryBlock< Container, BlockLength >
 BinaryBlock ()=default
 ~BinaryBlock ()=default
template<typename Value>
ONIXS_ICEBOE_FORCEINLINE Value ordinary (BlockLength offset) const noexcept
template<typename NullValue>
ONIXS_ICEBOE_FORCEINLINE std::enable_if<!isComposite< typenameNullValue::Value >::value, SbeOptional< typenameNullValue::Value, NullValue > >::type ordinary (BlockLength offset, OptionalTag) const noexcept
template<typename NullValue>
ONIXS_ICEBOE_FORCEINLINE std::enable_if<!isComposite< typenameNullValue::Value >::value, SbeOptional< typenameNullValue::Value, NullValue > >::type ordinary (BlockLength offset, SchemaVersion since, OptionalTag) const noexcept
template<typename NullValue>
ONIXS_ICEBOE_FORCEINLINE std::enable_if< isComposite< typenameNullValue::Value >::value, SbeOptional< typenameNullValue::Value, NullValue > >::type ordinary (BlockLength offset, OptionalTag) const noexcept
template<typename NullValue>
ONIXS_ICEBOE_FORCEINLINE std::enable_if< isComposite< typenameNullValue::Value >::value, SbeOptional< typenameNullValue::Value, NullValue > >::type ordinary (BlockLength offset, SchemaVersion since, OptionalTag) const noexcept
template<typename Enumeration>
ONIXS_ICEBOE_FORCEINLINE Enumeration enumeration (BlockLength offset) const noexcept
template<typename Enumeration, typename NullValue>
ONIXS_ICEBOE_FORCEINLINE SbeOptionalEnumeration< Enumeration, NullValue > enumeration (BlockLength offset, OptionalTag) const noexcept
template<typename Enumeration, typename NullValue>
ONIXS_ICEBOE_FORCEINLINE SbeOptionalEnumeration< Enumeration, NullValue > enumeration (BlockLength offset, SchemaVersion since, OptionalTag) const noexcept
template<BlockLength Length>
ONIXS_ICEBOE_FORCEINLINE StrRef fixedStr (BlockLength offset) const noexcept
template<BlockLength Length>
ONIXS_ICEBOE_FORCEINLINE SbeOptionalStr fixedStr (BlockLength offset, OptionalTag) const noexcept
template<BlockLength Length>
ONIXS_ICEBOE_FORCEINLINE SbeOptionalStr fixedStr (BlockLength offset, SchemaVersion since, OptionalTag) const noexcept
template<typename Value>
ONIXS_ICEBOE_FORCEINLINE Value decimal (BlockLength offset) const noexcept
template<typename NullValue>
SbeOptional< typename NullValue::Value, NullValue > ONIXS_ICEBOE_FORCEINLINE decimal (BlockLength offset, OptionalTag) const noexcept
template<typename NullValue>
ONIXS_ICEBOE_FORCEINLINE SbeOptional< typename NullValue::Value, NullValue > decimal (BlockLength offset, SchemaVersion since, OptionalTag) const noexcept
template<typename NullValue, typename Callable>
ONIXS_ICEBOE_FORCEINLINE std::enable_if<!isComposite< typenameNullValue::Value >::value, SbeOptionalConverted< decltype(std::declval< Callable >()(std::declval< typenameArgType< Callable >::type >()))> >::type convertible (BlockLength offset, OptionalTag) const noexcept(noexcept(Callable::Nothrow))
template<typename Callable>
ONIXS_ICEBOE_FORCEINLINE auto convertible (BlockLength offset) const noexcept(noexcept(Callable::Nothrow)) -> decltype(std::declval< Callable >()(std::declval< typename ArgType< Callable >::type >()))
Protected Member Functions inherited from BinaryBlockBase
 ~BinaryBlockBase ()=default

Detailed Description

Entry of QuoteSetsEntry repeating group.

Definition at line 22579 of file Messages.h.

Member Typedef Documentation

◆ Base

Base class type.

Definition at line 22591 of file Messages.h.

◆ ThisType

This type alias.

Definition at line 22594 of file Messages.h.

Constructor & Destructor Documentation

◆ QuoteSetsEntry()

QuoteSetsEntry ( void * data,
EncodedLength length,
SchemaVersion version )
inline

Initializes instance of given version over given memory block.

Definition at line 22598 of file Messages.h.

Member Function Documentation

◆ blockLength()

constexpr BlockLength blockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept
Returns
size of entry body in bytes for given version of message template.

Definition at line 22778 of file Messages.h.

◆ className()

constexpr StrRef className ( )
inlinestaticconstexprnoexcept

Entity class name.

Definition at line 22798 of file Messages.h.

◆ minimalBlockLength()

constexpr BlockLength minimalBlockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept
Returns
minimal size of entry body in bytes for given version of message template.

Definition at line 22788 of file Messages.h.

◆ quoteEntryExchangeCode() [1/3]

auto quoteEntryExchangeCode ( ) const
inlinenoexcept

int32NULL.

Definition at line 22722 of file Messages.h.

◆ quoteEntryExchangeCode() [2/3]

ThisType & quoteEntryExchangeCode ( Int32NULL value)
inlinenoexcept

int32NULL.

Definition at line 22730 of file Messages.h.

◆ quoteEntryExchangeCode() [3/3]

ThisType & quoteEntryExchangeCode ( NullOpt )
inlinenoexcept

Definition at line 22738 of file Messages.h.

◆ quoteEntryId() [1/2]

auto quoteEntryId ( ) const
inlinenoexcept

Provides access to quoteEntryID field.

Definition at line 22660 of file Messages.h.

◆ quoteEntryId() [2/2]

ThisType & quoteEntryId ( Int32 value)
inlinenoexcept

Provides access to quoteEntryID field.

Definition at line 22668 of file Messages.h.

◆ quoteEntryRejectReason() [1/3]

auto quoteEntryRejectReason ( ) const
inlinenoexcept

uint8NULL.

Definition at line 22696 of file Messages.h.

◆ quoteEntryRejectReason() [2/3]

ThisType & quoteEntryRejectReason ( NullOpt )
inlinenoexcept

Definition at line 22712 of file Messages.h.

◆ quoteEntryRejectReason() [3/3]

ThisType & quoteEntryRejectReason ( QuoteEntryRejectReasonEnum value)
inlinenoexcept

uint8NULL.

Definition at line 22704 of file Messages.h.

◆ quoteEntryRejectReasonText() [1/3]

auto quoteEntryRejectReasonText ( ) const
inlinenoexcept

Provides access to quoteEntryRejectReasonText field.

Definition at line 22748 of file Messages.h.

◆ quoteEntryRejectReasonText() [2/3]

ThisType & quoteEntryRejectReasonText ( NullOpt )
inlinenoexcept

Definition at line 22766 of file Messages.h.

◆ quoteEntryRejectReasonText() [3/3]

ThisType & quoteEntryRejectReasonText ( StrRef value)
inlinenoexcept

Provides access to quoteEntryRejectReasonText field.

Definition at line 22757 of file Messages.h.

◆ quoteSetId() [1/2]

auto quoteSetId ( ) const
inlinenoexcept

Provides access to quoteSetID field.

Definition at line 22624 of file Messages.h.

◆ quoteSetId() [2/2]

ThisType & quoteSetId ( Int32 value)
inlinenoexcept

Provides access to quoteSetID field.

Definition at line 22632 of file Messages.h.

◆ reset()

ThisType & reset ( )
inlinenoexcept

Reset all variable-length and optional fields if any.

Definition at line 22612 of file Messages.h.

◆ resetVariableFields()

ThisType & resetVariableFields ( )
inlinenoexcept

Reset all variable-length fields if any.

Definition at line 22606 of file Messages.h.

◆ symbol() [1/2]

auto symbol ( ) const
inlinenoexcept

Provides access to symbol field.

Definition at line 22678 of file Messages.h.

◆ symbol() [2/2]

ThisType & symbol ( Int32 value)
inlinenoexcept

Provides access to symbol field.

Definition at line 22686 of file Messages.h.

◆ underlyingSymbol() [1/2]

auto underlyingSymbol ( ) const
inlinenoexcept

Provides access to underlyingSymbol field.

Definition at line 22642 of file Messages.h.

◆ underlyingSymbol() [2/2]

ThisType & underlyingSymbol ( Int32 value)
inlinenoexcept

Provides access to underlyingSymbol field.

Definition at line 22650 of file Messages.h.