OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SessionSchedulerOptions Class Reference

Public Member Functions

 SessionSchedulerOptions ()
 ~SessionSchedulerOptions ()
const std::string & configurationFile () const
void configurationFile (const std::string &file)
SessionSchedulerListenereventListener () const
void eventListener (SessionSchedulerListener *listener)
SchedulerThreadingModel::Enum threadingModel () const
void threadingModel (SchedulerThreadingModel::Enum threadingModel)

Detailed Description

Definition at line 116 of file SessionScheduler.h.

Constructor & Destructor Documentation

◆ SessionSchedulerOptions()

Initializes parameters with default values.

◆ ~SessionSchedulerOptions()

Cleans everything up.

Member Function Documentation

◆ configurationFile() [1/2]

const std::string & configurationFile ( ) const

The path to the scheduler configuration file.

◆ configurationFile() [2/2]

void configurationFile ( const std::string & file)

Updates the path to the scheduler configuration file.

◆ eventListener() [1/2]

SessionSchedulerListener * eventListener ( ) const

An instance of the event listener to notify about events.

◆ eventListener() [2/2]

void eventListener ( SessionSchedulerListener * listener)

Associates the given event listener with the scheduler.

◆ threadingModel() [1/2]

SchedulerThreadingModel::Enum threadingModel ( ) const

The threading model.

◆ threadingModel() [2/2]

void threadingModel ( SchedulerThreadingModel::Enum threadingModel)

Updates the threading model.