OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
NetFeedEngineProcessResult Class Reference

#include <OnixS/B3/MarketData/UMDF/FeedEngine.h>

Public Types

typedef UInt32 Flags
 

Public Member Functions

 NetFeedEngineProcessResult (UInt32 flags) throw ()
 
bool eventsDispatched () const throw ()
 
void eventsDispatched (bool state) throw ()
 
bool ioWaited () const throw ()
 
void ioWaited (bool state) throw ()
 
Flags reserved () const throw ()
 
void reserved (Flags flags) throw ()
 

Detailed Description

Definition at line 40 of file FeedEngine.h.

Member Typedef Documentation

typedef UInt32 Flags

Aliases integral type whose bits are used to indicate flag presence.

Definition at line 44 of file FeedEngine.h.

Constructor & Destructor Documentation

NetFeedEngineProcessResult ( UInt32  flags)
throw (
)
inlineexplicit

Definition at line 47 of file FeedEngine.h.

Member Function Documentation

bool eventsDispatched ( ) const
throw (
)
inline

Indicates whether feed-related events like data reception or absence have been dispatched.

Definition at line 53 of file FeedEngine.h.

void eventsDispatched ( bool  state)
throw (
)
inline

Indicates whether feed-related events like data reception or absence have been dispatched.

Definition at line 59 of file FeedEngine.h.

bool ioWaited ( ) const
throw (
)
inline

Indicates whether processing had to sleep in kernel while checking data availability.

Definition at line 65 of file FeedEngine.h.

void ioWaited ( bool  state)
throw (
)
inline

Indicates whether processing had to sleep in kernel while checking data availability.

Definition at line 71 of file FeedEngine.h.

Flags reserved ( ) const
throw (
)
inline

Reserved (unused) flags.

Definition at line 77 of file FeedEngine.h.

void reserved ( Flags  flags)
throw (
)
inline

Reserved (unused) flags.

Definition at line 83 of file FeedEngine.h.


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