Public Types | |
| typedef SbeGroupEntry< GroupSizeEncoding::BlockLength > | Base |
| typedef LegsEntry | ThisType |
| Public Types inherited from SbeGroupEntry< GroupSizeEncoding::BlockLength > | |
| typedef GroupSizeEncoding::BlockLength | BlockLength |
Public Member Functions | |
| LegsEntry (void *data, EncodedLength length, SchemaVersion version) | |
| ThisType & | resetVariableFields () noexcept |
| ThisType & | reset () noexcept |
| auto | legSymbol () const noexcept |
| ThisType & | legSymbol (Int32 value) noexcept |
| auto | legSecurityType () const noexcept |
| ThisType & | legSecurityType (SecurityTypeEnum value) noexcept |
| auto | legSecuritySubType () const noexcept |
| ThisType & | legSecuritySubType (Int16NULL value) noexcept |
| ThisType & | legSecuritySubType (NullOpt) noexcept |
| auto | legSide () const noexcept |
| ThisType & | legSide (SideEnum value) noexcept |
| auto | legPrice () const noexcept |
| ThisType & | legPrice (Decimal9 value) noexcept |
| ThisType & | legPrice (NullOpt) noexcept |
| auto | legOptionDelta () const noexcept |
| ThisType & | legOptionDelta (Int32NULL value) noexcept |
| ThisType & | legOptionDelta (NullOpt) noexcept |
| auto | legRatioQtyDenominator () const noexcept |
| ThisType & | legRatioQtyDenominator (Int16 value) noexcept |
| auto | legRatioQtyNumerator () const noexcept |
| ThisType & | legRatioQtyNumerator (Int16 value) noexcept |
| auto | legRatioPriceDenominator () const noexcept |
| ThisType & | legRatioPriceDenominator (Int16 value) noexcept |
| auto | legRatioPriceNumerator () const noexcept |
| ThisType & | legRatioPriceNumerator (Int16 value) 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 | |
Entry of LegsEntry repeating group.
Definition at line 2201 of file Messages.h.
| typedef SbeGroupEntry< GroupSizeEncoding::BlockLength > Base |
Base class type.
Definition at line 2213 of file Messages.h.
This type alias.
Definition at line 2216 of file Messages.h.
|
inline |
Initializes instance of given version over given memory block.
Definition at line 2220 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Definition at line 2451 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Entity class name.
Definition at line 2471 of file Messages.h.
|
inlinenoexcept |
Required if legSecurityType is FUT or CS.
Definition at line 2352 of file Messages.h.
Required if legSecurityType is FUT or CS.
Definition at line 2360 of file Messages.h.
Definition at line 2368 of file Messages.h.
|
inlinenoexcept |
Required if legSecurityType is FUT.
Definition at line 2326 of file Messages.h.
Required if legSecurityType is FUT.
Definition at line 2334 of file Messages.h.
Definition at line 2342 of file Messages.h.
|
inlinenoexcept |
Provides access to legRatioPriceDenominator field.
Definition at line 2414 of file Messages.h.
Provides access to legRatioPriceDenominator field.
Definition at line 2422 of file Messages.h.
|
inlinenoexcept |
Provides access to legRatioPriceNumerator field.
Definition at line 2432 of file Messages.h.
Provides access to legRatioPriceNumerator field.
Definition at line 2440 of file Messages.h.
|
inlinenoexcept |
Provides access to legRatioQtyDenominator field.
Definition at line 2378 of file Messages.h.
Provides access to legRatioQtyDenominator field.
Definition at line 2386 of file Messages.h.
|
inlinenoexcept |
Provides access to legRatioQtyNumerator field.
Definition at line 2396 of file Messages.h.
Provides access to legRatioQtyNumerator field.
Definition at line 2404 of file Messages.h.
|
inlinenoexcept |
int16NULL.
Definition at line 2282 of file Messages.h.
int16NULL.
Definition at line 2290 of file Messages.h.
Definition at line 2298 of file Messages.h.
|
inlinenoexcept |
Provides access to legSecurityType field.
Definition at line 2264 of file Messages.h.
|
inlinenoexcept |
Provides access to legSecurityType field.
Definition at line 2272 of file Messages.h.
|
inlinenoexcept |
Provides access to legSide field.
Definition at line 2308 of file Messages.h.
Provides access to legSide field.
Definition at line 2316 of file Messages.h.
|
inlinenoexcept |
Provides access to legSymbol field.
Definition at line 2246 of file Messages.h.
Provides access to legSymbol field.
Definition at line 2254 of file Messages.h.
|
inlinestaticconstexprnoexcept |
Definition at line 2461 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length and optional fields if any.
Definition at line 2234 of file Messages.h.
|
inlinenoexcept |
Reset all variable-length fields if any.
Definition at line 2228 of file Messages.h.