OnixS C++ FIX Engine  4.10.1
API Documentation
SessionSchedulerOptions Class Reference

#include <OnixS/FIXEngine/FIX/Scheduling/SessionScheduler.h>

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

Initializes parameters with default values.

Cleans everything up.

Member Function Documentation

const std::string& configurationFile ( ) const

The path to the scheduler configuration file.

void configurationFile ( const std::string &  file)

Updates the path to the scheduler configuration file.

SessionSchedulerListener* eventListener ( ) const

An instance of the event listener to notify about events.

void eventListener ( SessionSchedulerListener listener)

Associates the given event listener with the scheduler.

SchedulerThreadingModel::Enum threadingModel ( ) const

The threading model.

void threadingModel ( SchedulerThreadingModel::Enum  threadingModel)

Updates the threading model.


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