OnixS C++ FMX UST BIMP Market Data Handler 1.2.0
API documentation
Loading...
Searching...
No Matches
FeedEngine Class Reference

Public Member Functions

NetFeedEngineProcessResult process ()
std::string info ()
virtual ~FeedEngine ()

Protected Member Functions

 FeedEngine (void *impl)

Friends

struct FeHelper

Detailed Description

Definition at line 104 of file FeedEngine.h.

Constructor & Destructor Documentation

◆ ~FeedEngine()

virtual ~FeedEngine ( )
virtual

◆ FeedEngine()

FeedEngine ( void * impl)
explicitprotected

Member Function Documentation

◆ info()

std::string info ( )

Provides information about the actual implementation of the feed engine.

◆ process()

Carries out pending actions like data retrieval and event dispatching. This function must be invoked after each handler-associated action (i.e., start, stop).

◆ FeHelper

friend struct FeHelper
friend

Definition at line 125 of file FeedEngine.h.