OnixS C++ Euronext Optiq MDG Handler  1.3.3
API documentation
ApaFullTradeInformation Struct Reference

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

Public Types

enum  { TemplateId = 1028 }
 
typedef SchemaTraits Schema
 
- Public Types inherited from SbeMessage
typedef MessageSize EncodedLength
 
typedef MessageSize BlockLength
 

Public Member Functions

 ApaFullTradeInformation ()=default
 
 ApaFullTradeInformation (const void *data, EncodedLength length)
 
 ApaFullTradeInformation (const SbeMessage &message)
 
bool seqNum (Uint64 &value) const noexcept
 
bool rebroadcastIndicator (UnsignedChar &value) const noexcept
 
Emm::Enum eMM () const noexcept
 
bool eventTime (Uint64 &value) const noexcept
 
StrRef tradingDateTime () const noexcept
 
bool publicationDateTime (StrRef &value) const noexcept
 
TradeType::Enum tradeType () const noexcept
 
bool mifidInstrumentIdType (StrRef &value) const noexcept
 
bool mifidInstrumentId (StrRef &value) const noexcept
 
StrRef miFIdTransactionId () const noexcept
 
bool mifidPrice (StrRef &value) const noexcept
 
StrRef mifidQuantity () const noexcept
 
bool mifidPriceNotation (StrRef &value) const noexcept
 
bool mifidCurrency (StrRef &value) const noexcept
 
bool miFIdQtyinMsrmtUnitNotation (StrRef &value) const noexcept
 
bool mifidQuantityMeasurementUnit (StrRef &value) const noexcept
 
bool miFIdNotionalAmount (StrRef &value) const noexcept
 
bool notionalCurrency (StrRef &value) const noexcept
 
bool miFIdClearingFlag (StrRef &value) const noexcept
 
bool efficientMMTMarketMechanism (EfficientMMTMarketMechanism::Enum &value) const noexcept
 
bool efficientMMTTradingMode (EfficientMMTTradingMode::Enum &value) const noexcept
 
bool efficientMMTTransactionCategory (EfficientMMTTransactionCategory::Enum &value) const noexcept
 
bool efficientMMTNegotiationIndicator (EfficientMMTNegotiationIndicator::Enum &value) const noexcept
 
bool efficientMMTAgencyCrossTradeIndicator (EfficientMMTAgencyCrossTradeIndicator::Enum &value) const noexcept
 
bool efficientMMTModificationIndicator (EfficientMMTModificationIndicator::Enum &value) const noexcept
 
bool efficientMMTBenchmarkIndicator (EfficientMMTBenchmarkIndicator::Enum &value) const noexcept
 
bool efficientMMTSpecialDividendIndicator (EfficientMMTSpecialDividendIndicator::Enum &value) const noexcept
 
bool efficientMMTOffBookAutomatedIndicator (EfficientMMTOffBookAutomatedIndicator::Enum &value) const noexcept
 
bool efficientMMTContributiontoPrice (EfficientMMTContributiontoPrice::Enum &value) const noexcept
 
bool efficientMMTAlgorithmicIndicator (EfficientMMTAlgorithmicIndicator::Enum &value) const noexcept
 
bool efficientMMTPublicationMode (EfficientMMTPublicationMode::Enum &value) const noexcept
 
bool efficientMMTPostTradeDeferral (EfficientMMTPostTradeDeferral::Enum &value) const noexcept
 
bool efficientMMTDuplicativeIndicator (EfficientMMTDuplicativeIndicator::Enum &value) const noexcept
 
bool tradeReference (StrRef &value) const noexcept
 
bool originalReportTimestamp (Uint64 &value) const noexcept
 
bool priceMultiplier (Uint32 &value) const noexcept
 
bool priceMultiplierDecimals (UnsignedChar &value) const noexcept
 
StrRef venue () const noexcept
 
bool miFIdEmissionAllowanceType (StrRef &value) const noexcept
 
bool longTradeReference (StrRef &value) const noexcept
 
bool aPAOrigin (StrRef &value) const noexcept
 
bool tradeUniqueIdentifier (StrRef &value) const noexcept
 
std::string toString () const
 
- Public Member Functions inherited from SbeMessage
 SbeMessage () noexcept
 
 SbeMessage (const void *data, MessageSize size)
 
 SbeMessage (const void *data, MessageSize size, NoCheck) noexcept
 
void clear () noexcept
 
bool valid () const noexcept
 
MessageTemplateId templateId () const noexcept
 
SchemaVersion version () const noexcept
 
SchemaId schemaId () const noexcept
 
const void * binary () const noexcept
 
const void * blockEnd () const noexcept
 
MessageSize bufferSize () const noexcept
 
BlockLength blockLength () const noexcept
 
const void * block () const 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 const CharclassName ()
 
static constexpr StrRef fixType () noexcept
 

Additional Inherited Members

- Protected Types inherited from SbeMessage
typedef SbeGroupList< MessageSizeGroupList
 
- Protected Member Functions inherited from SbeMessage
GroupList groups () const noexcept
 
template<class Group , class Callable , class Owner >
Group getGroup (Callable callable, Owner &owner) const noexcept
 
template<class Group , class Callable , class Owner >
Group getGroup (Callable callable, SchemaVersion since, Owner &owner) const noexcept
 
- 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
 
Value ordinary (MessageSizeoffset) const noexcept
 
bool ordinary (Value &value, MessageSizeoffset, NullValue null) const noexcept
 
bool ordinary (Value &value, MessageSizeoffset, NullValue null, SchemaVersion since) const noexcept
 
Enumeration::Enum enumeration (MessageSizeoffset) const noexcept
 
bool enumeration (typename Enumeration::Enum &value, MessageSizeoffset, NullValue null) const noexcept
 
bool enumeration (typename Enumeration::Enum &value, MessageSizeoffset, NullValue null, SchemaVersion since) const noexcept
 
StrRef fixedStr (MessageSizeoffset) const noexcept
 
bool fixedStr (StrRef &value, MessageSizeoffset) const noexcept
 
bool fixedStr (StrRef &value, MessageSizeoffset, SchemaVersion since) const noexcept
 

Detailed Description

Definition at line 7933 of file Messages.h.

Member Typedef Documentation

Used template schema.

Definition at line 7938 of file Messages.h.

Member Enumeration Documentation

anonymous enum

Message template ID from SBE schema.

Enumerator
TemplateId 

Definition at line 7941 of file Messages.h.

Constructor & Destructor Documentation

Initializes a blank instance.

ApaFullTradeInformation ( const void *  data,
EncodedLength  length 
)
inline

Creates an instance over the given memory block.

Definition at line 7947 of file Messages.h.

ApaFullTradeInformation ( const SbeMessage message)
inlineexplicit

Creates an instance over the given SBE message.

Definition at line 7957 of file Messages.h.

Member Function Documentation

bool aPAOrigin ( StrRef value) const
inlinenoexcept

Provides access to aPAOrigin field.

Definition at line 8414 of file Messages.h.

static constexpr BlockLength blockLength ( SchemaVersion  version)
inlinestaticnoexcept

Size of message body in bytes.

Definition at line 8451 of file Messages.h.

static constexpr const Char* className ( )
inlinestatic
Returns
class name.

Definition at line 8477 of file Messages.h.

bool efficientMMTAgencyCrossTradeIndicator ( EfficientMMTAgencyCrossTradeIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTAgencyCrossTradeIndicator field.

Definition at line 8221 of file Messages.h.

bool efficientMMTAlgorithmicIndicator ( EfficientMMTAlgorithmicIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTAlgorithmicIndicator field.

Definition at line 8293 of file Messages.h.

bool efficientMMTBenchmarkIndicator ( EfficientMMTBenchmarkIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTBenchmarkIndicator field.

Definition at line 8245 of file Messages.h.

bool efficientMMTContributiontoPrice ( EfficientMMTContributiontoPrice::Enum value) const
inlinenoexcept

Provides access to efficientMMTContributiontoPrice field.

Definition at line 8281 of file Messages.h.

bool efficientMMTDuplicativeIndicator ( EfficientMMTDuplicativeIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTDuplicativeIndicator field.

Definition at line 8329 of file Messages.h.

bool efficientMMTMarketMechanism ( EfficientMMTMarketMechanism::Enum value) const
inlinenoexcept

Provides access to efficientMMTMarketMechanism field.

Definition at line 8173 of file Messages.h.

bool efficientMMTModificationIndicator ( EfficientMMTModificationIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTModificationIndicator field.

Definition at line 8233 of file Messages.h.

bool efficientMMTNegotiationIndicator ( EfficientMMTNegotiationIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTNegotiationIndicator field.

Definition at line 8209 of file Messages.h.

bool efficientMMTOffBookAutomatedIndicator ( EfficientMMTOffBookAutomatedIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTOffBookAutomatedIndicator field.

Definition at line 8269 of file Messages.h.

bool efficientMMTPostTradeDeferral ( EfficientMMTPostTradeDeferral::Enum value) const
inlinenoexcept

Provides access to efficientMMTPostTradeDeferral field.

Definition at line 8317 of file Messages.h.

bool efficientMMTPublicationMode ( EfficientMMTPublicationMode::Enum value) const
inlinenoexcept

Provides access to efficientMMTPublicationMode field.

Definition at line 8305 of file Messages.h.

bool efficientMMTSpecialDividendIndicator ( EfficientMMTSpecialDividendIndicator::Enum value) const
inlinenoexcept

Provides access to efficientMMTSpecialDividendIndicator field.

Definition at line 8257 of file Messages.h.

bool efficientMMTTradingMode ( EfficientMMTTradingMode::Enum value) const
inlinenoexcept

Provides access to efficientMMTTradingMode field.

Definition at line 8185 of file Messages.h.

bool efficientMMTTransactionCategory ( EfficientMMTTransactionCategory::Enum value) const
inlinenoexcept

Provides access to efficientMMTTransactionCategory field.

Definition at line 8197 of file Messages.h.

Emm::Enum eMM ( ) const
inlinenoexcept

Provides access to eMM field.

Definition at line 7988 of file Messages.h.

bool eventTime ( Uint64 value) const
inlinenoexcept

Provides access to eventTime field.

Definition at line 7998 of file Messages.h.

static constexpr StrRef fixType ( )
inlinestaticnoexcept

FIX message type.

Definition at line 8486 of file Messages.h.

static constexpr MessageSize getMinimalVariableFieldsSize ( SchemaVersion  version)
inlinestatic

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

Definition at line 8465 of file Messages.h.

bool longTradeReference ( StrRef value) const
inlinenoexcept

Provides access to longTradeReference field.

Definition at line 8403 of file Messages.h.

bool miFIdClearingFlag ( StrRef value) const
inlinenoexcept

Provides access to miFIDClearingFlag field.

Definition at line 8161 of file Messages.h.

bool mifidCurrency ( StrRef value) const
inlinenoexcept

Provides access to mifidCurrency field.

Definition at line 8106 of file Messages.h.

bool miFIdEmissionAllowanceType ( StrRef value) const
inlinenoexcept

Provides access to miFIDEmissionAllowanceType field.

Definition at line 8392 of file Messages.h.

bool mifidInstrumentId ( StrRef value) const
inlinenoexcept

Provides access to mifidInstrumentID field.

Definition at line 8051 of file Messages.h.

bool mifidInstrumentIdType ( StrRef value) const
inlinenoexcept

Provides access to mifidInstrumentIdType field.

Definition at line 8040 of file Messages.h.

bool miFIdNotionalAmount ( StrRef value) const
inlinenoexcept

Provides access to miFIDNotionalAmount field.

Definition at line 8139 of file Messages.h.

bool mifidPrice ( StrRef value) const
inlinenoexcept

Provides access to mifidPrice field.

Definition at line 8073 of file Messages.h.

bool mifidPriceNotation ( StrRef value) const
inlinenoexcept

Provides access to mifidPriceNotation field.

Definition at line 8095 of file Messages.h.

bool miFIdQtyinMsrmtUnitNotation ( StrRef value) const
inlinenoexcept

Provides access to miFIDQtyinMsrmtUnitNotation field.

Definition at line 8117 of file Messages.h.

StrRef mifidQuantity ( ) const
inlinenoexcept

Provides access to mifidQuantity field.

Definition at line 8084 of file Messages.h.

bool mifidQuantityMeasurementUnit ( StrRef value) const
inlinenoexcept

Provides access to mifidQuantityMeasurementUnit field.

Definition at line 8128 of file Messages.h.

StrRef miFIdTransactionId ( ) const
inlinenoexcept

Provides access to miFIDTransactionID field.

Definition at line 8062 of file Messages.h.

static constexpr BlockLength minimalBlockLength ( SchemaVersion  version)
inlinestaticnoexcept

Minimal size of message body in bytes.

Definition at line 8438 of file Messages.h.

bool notionalCurrency ( StrRef value) const
inlinenoexcept

Provides access to notionalCurrency field.

Definition at line 8150 of file Messages.h.

bool originalReportTimestamp ( Uint64 value) const
inlinenoexcept

Provides access to originalReportTimestamp field.

Definition at line 8351 of file Messages.h.

bool priceMultiplier ( Uint32 value) const
inlinenoexcept

Provides access to priceMultiplier field.

Definition at line 8361 of file Messages.h.

bool priceMultiplierDecimals ( UnsignedChar value) const
inlinenoexcept

Provides access to priceMultiplierDecimals field.

Definition at line 8371 of file Messages.h.

bool publicationDateTime ( StrRef value) const
inlinenoexcept

Provides access to publicationDateTime field.

Definition at line 8019 of file Messages.h.

bool rebroadcastIndicator ( UnsignedChar value) const
inlinenoexcept

Provides access to rebroadcastIndicator field.

Definition at line 7978 of file Messages.h.

bool seqNum ( Uint64 value) const
inlinenoexcept

Provides access to mDSeqNum field.

Definition at line 7968 of file Messages.h.

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

Definition at line 1460 of file MessageSerialization.h.

bool tradeReference ( StrRef value) const
inlinenoexcept

Provides access to tradeReference field.

Definition at line 8340 of file Messages.h.

TradeType::Enum tradeType ( ) const
inlinenoexcept

Provides access to tradeType field.

Definition at line 8030 of file Messages.h.

bool tradeUniqueIdentifier ( StrRef value) const
inlinenoexcept

Provides access to tradeUniqueIdentifier field.

Definition at line 8425 of file Messages.h.

StrRef tradingDateTime ( ) const
inlinenoexcept

Provides access to tradingDateTime field.

Definition at line 8008 of file Messages.h.

StrRef venue ( ) const
inlinenoexcept

Provides access to venue field.

Definition at line 8381 of file Messages.h.


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