OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 20.0.1
Users' manual and API documentation
Loading...
Searching...
No Matches
Feed Class Reference

#include <OnixS/Eurex/MarketData/ProductSnapshot.h>

Public Member Functions

FeedType::Enum mdFeedType () const
BookType::Enum mdBookType () const
bool marketDepth (UInt32 &depth) const
bool marketDepthTimeInterval (UInt32 &interval) const
bool mdRecoveryTimeInterval (UInt32 &interval) const
StringRef mdPrimaryFeedLineID () const
UInt32 mdPrimaryFeedLineSubID () const
bool mdSecondaryFeedLineID (StringRef &id) const
bool mdSecondaryFeedLineSubID (UInt32 &subId) const

Friends

class TypedGroup< Feed >

Detailed Description

Definition at line 614 of file ProductSnapshot.h.

Member Function Documentation

◆ marketDepth()

bool marketDepth ( UInt32 & depth) const
inline

Maximum number of price levels for the product.

Definition at line 631 of file ProductSnapshot.h.

◆ marketDepthTimeInterval()

bool marketDepthTimeInterval ( UInt32 & interval) const
inline

Netting interval for low bandwidth feeds (0=no netting).

Definition at line 637 of file ProductSnapshot.h.

◆ mdBookType()

BookType::Enum mdBookType ( ) const
inline

Book type.

Definition at line 625 of file ProductSnapshot.h.

◆ mdFeedType()

FeedType::Enum mdFeedType ( ) const
inline

Feed type.

Definition at line 619 of file ProductSnapshot.h.

◆ mdPrimaryFeedLineID()

StringRef mdPrimaryFeedLineID ( ) const
inline

IP Address for Service A.

Definition at line 649 of file ProductSnapshot.h.

◆ mdPrimaryFeedLineSubID()

UInt32 mdPrimaryFeedLineSubID ( ) const
inline

Port number for IP address Service A.

Definition at line 656 of file ProductSnapshot.h.

◆ mdRecoveryTimeInterval()

bool mdRecoveryTimeInterval ( UInt32 & interval) const
inline

Recovery interval (duration of one cycle).

Definition at line 643 of file ProductSnapshot.h.

◆ mdSecondaryFeedLineID()

bool mdSecondaryFeedLineID ( StringRef & id) const
inline

IP Address for Service B.

Definition at line 662 of file ProductSnapshot.h.

◆ mdSecondaryFeedLineSubID()

bool mdSecondaryFeedLineSubID ( UInt32 & subId) const
inline

Port number for IP address Service B.

Definition at line 668 of file ProductSnapshot.h.

◆ TypedGroup< Feed >

friend class TypedGroup< Feed >
friend

Definition at line 668 of file ProductSnapshot.h.