OnixS C++ Euronext Optiq MDG Handler  1.3.3
API documentation
LongOrderUpdate::OrdersEntry Struct Reference

#include <OnixS/Euronext/MarketData/OptiqMdg/messaging/Messages.h>

Public Types

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

Public Member Functions

 OrdersEntry (const void *data, EncodedLength length, SchemaVersion version)
 
bool symbolIndex (Uint32 &value) const noexcept
 
MarketDataActionType::Enum actionType () const noexcept
 
bool orderPriority (Uint64 &value) const noexcept
 
bool previousPriority (Uint64 &value) const noexcept
 
bool orderType (OrderType::Enum &value) const noexcept
 
bool orderPx (Int64 &value) const noexcept
 
bool orderSide (OrderSide::Enum &value) const noexcept
 
bool orderQuantity (Uint64 &value) const noexcept
 
bool pegOffset (Int8 &value) const noexcept
 
StrRef firmId () const noexcept
 
AccountType::Enum accountType () const noexcept
 
- Public Member Functions inherited from SbeGroupEntry< GroupSizeEncoding::BlockLength >
 SbeGroupEntry ()
 
 SbeGroupEntry (const void *encoded, BlockLength size, SchemaVersion version)
 
bool valid () const noexcept
 
const void * encoded () const noexcept
 
const void * block () const noexcept
 
BlockLength blockLength () const noexcept
 
SchemaVersion version () const noexcept
 

Static Public Member Functions

static constexpr BlockLength blockLength (SchemaVersion version) noexcept
 
static constexpr BlockLength minimalBlockLength (SchemaVersion version) noexcept
 
static constexpr const CharclassName ()
 

Additional Inherited Members

- Protected Member Functions inherited from SbeFields< SbeGroupEntry< GroupSizeEncoding::BlockLength >, GroupSizeEncoding::BlockLength >
 SbeFields ()=default
 
 ~SbeFields ()=default
 
- Protected Member Functions inherited from BinaryBlock< SbeGroupEntry< GroupSizeEncoding::BlockLength >, GroupSizeEncoding::BlockLength >
 BinaryBlock ()=default
 
 ~BinaryBlock ()=default
 
Value ordinary (GroupSizeEncoding::BlockLengthoffset) const noexcept
 
bool ordinary (Value &value, GroupSizeEncoding::BlockLengthoffset, NullValue null) const noexcept
 
bool ordinary (Value &value, GroupSizeEncoding::BlockLengthoffset, NullValue null, SchemaVersion since) const noexcept
 
Enumeration::Enum enumeration (GroupSizeEncoding::BlockLengthoffset) const noexcept
 
bool enumeration (typename Enumeration::Enum &value, GroupSizeEncoding::BlockLengthoffset, NullValue null) const noexcept
 
bool enumeration (typename Enumeration::Enum &value, GroupSizeEncoding::BlockLengthoffset, NullValue null, SchemaVersion since) const noexcept
 
StrRef fixedStr (GroupSizeEncoding::BlockLengthoffset) const noexcept
 
bool fixedStr (StrRef &value, GroupSizeEncoding::BlockLengthoffset) const noexcept
 
bool fixedStr (StrRef &value, GroupSizeEncoding::BlockLengthoffset, SchemaVersion since) const noexcept
 

Detailed Description

Entry of OrdersEntry repeating group.

Definition at line 6667 of file Messages.h.

Member Typedef Documentation

Base class type.

Definition at line 6679 of file Messages.h.

Constructor & Destructor Documentation

OrdersEntry ( const void *  data,
EncodedLength  length,
SchemaVersion  version 
)
inline

Initializes instance of given version over given memory block.

Definition at line 6683 of file Messages.h.

Member Function Documentation

AccountType::Enum accountType ( ) const
inlinenoexcept

Provides access to accountType field.

Definition at line 6797 of file Messages.h.

MarketDataActionType::Enum actionType ( ) const
inlinenoexcept

Provides access to actionType field.

Definition at line 6706 of file Messages.h.

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

Definition at line 6809 of file Messages.h.

static constexpr const Char* className ( )
inlinestatic

Entity class name.

Definition at line 6836 of file Messages.h.

StrRef firmId ( ) const
inlinenoexcept

Provides access to firmID field.

Definition at line 6786 of file Messages.h.

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

Definition at line 6823 of file Messages.h.

bool orderPriority ( Uint64 value) const
inlinenoexcept

Provides access to orderPriority field.

Definition at line 6716 of file Messages.h.

bool orderPx ( Int64 value) const
inlinenoexcept

Provides access to orderPx field.

Definition at line 6746 of file Messages.h.

bool orderQuantity ( Uint64 value) const
inlinenoexcept

Provides access to orderQuantity field.

Definition at line 6766 of file Messages.h.

bool orderSide ( OrderSide::Enum value) const
inlinenoexcept

Provides access to orderSide field.

Definition at line 6756 of file Messages.h.

bool orderType ( OrderType::Enum value) const
inlinenoexcept

Provides access to orderType field.

Definition at line 6736 of file Messages.h.

bool pegOffset ( Int8 value) const
inlinenoexcept

Provides access to pegOffset field.

Definition at line 6776 of file Messages.h.

bool previousPriority ( Uint64 value) const
inlinenoexcept

Provides access to previousPriority field.

Definition at line 6726 of file Messages.h.

bool symbolIndex ( Uint32 value) const
inlinenoexcept

Provides access to symbolIndex field.

Definition at line 6695 of file Messages.h.


The documentation for this struct was generated from the following file: