OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
SessionSchedulerOptions Class Reference

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

◆ SessionSchedulerOptions()

◆ ~SessionSchedulerOptions()

Member Function Documentation

◆ configurationFile() [1/2]

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

◆ configurationFile() [2/2]

SessionSchedulerOptions & configurationFile ( const std::string & file)

Sets the path to the scheduler configuration file.

◆ eventListener() [1/2]

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

◆ eventListener() [2/2]

SessionSchedulerOptions & eventListener ( SessionSchedulerListener * listener)
noexcept

Sets the event listener.