OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
SessionSchedulerOptions Class Reference

#include <OnixS/B3/BOE/scheduling/SessionScheduler.h>

Public Member Functions

 SessionSchedulerOptions ()
 
 ~SessionSchedulerOptions ()
 
const std::string & configurationFile () const noexcept
 
SessionSchedulerOptionsconfigurationFile (const std::string &file)
 
SessionSchedulerListenereventListener () const noexcept
 
SessionSchedulerOptionseventListener (SessionSchedulerListener *listener) noexcept
 

Detailed Description

Definition at line 67 of file SessionScheduler.h.

Constructor & Destructor Documentation

Member Function Documentation

const std::string& configurationFile ( ) const
noexcept
Returns
the path to the scheduler configuration file.
SessionSchedulerOptions& configurationFile ( const std::string &  file)

Sets the path to the scheduler configuration file.

SessionSchedulerListener* eventListener ( ) const
noexcept
Returns
the event listener.
SessionSchedulerOptions& eventListener ( SessionSchedulerListener listener)
noexcept

Sets the event listener.


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