OnixS MX HSVF Market Data Handler for C++  1.9.2.0
Public Member Functions | Public Attributes
HandlerSettings Struct Reference

Handler's configuration settings. More...

List of all members.

Public Member Functions

 HandlerSettings ()
 Initializes parameters with default values.
 ~HandlerSettings ()
 Cleans everything up.
std::string toString () const
 Returns textual presentation.

Public Attributes

std::string licenseStore
 Path to the folder in which licenses are stored.
LogLevel::Enum logLevel
 Specifies whether the Handler should log its events and which of events should be put into the log.
LogSettings::Enum logSettings
 Additional options to control which data is to be logged.
std::string logDirectory
 Log files are stored in this directory.
std::string logFilename
 Template of log file name without extension.

Detailed Description

Handler's configuration settings.


Member Data Documentation

std::string licenseStore

Path to the folder in which licenses are stored.

Note:
The default value is "./".
std::string logDirectory

Log files are stored in this directory.

Ignored if logging is disabled.

std::string logFilename

Template of log file name without extension.

Ignored if logging is disabled.

Specifies whether the Handler should log its events and which of events should be put into the log.

Note:
The default value is LogLevel::Info.

Additional options to control which data is to be logged.

Ignored if logging is disabled.

Note:
The default value is LogSettings::Default.