OnixS CME Drop Copy Handler for C++  5.3.0.0
Public Member Functions | Public Attributes | List of all members
InitializationSettings Struct Reference

Collection of attributes for one-time initialization. More...

Public Member Functions

 InitializationSettings ()
 Initializes settins with default values.
 
std::string toString () const
 Returns the text representation.
 

Public Attributes

std::string fixEngineConfigFile
 Path to the FIX Engine configuration file. More...
 
std::string fixDictionaryFile
 Path to the CME FIX dictionary file. More...
 
std::string fixEngineLogDirectory
 Path the FIX Engine log directory. More...
 
std::string licenseStore
 Path to the folder in which licenses are stored. More...
 

Detailed Description

Collection of attributes for one-time initialization.

Member Data Documentation

std::string fixDictionaryFile

Path to the CME FIX dictionary file.

Note
The default value is "CmeDropCopyFixDialect.xml".
std::string fixEngineConfigFile

Path to the FIX Engine configuration file.

Note
The default value is empty string.
std::string fixEngineLogDirectory

Path the FIX Engine log directory.

Note
The default value is empty string.
std::string licenseStore

Path to the folder in which licenses are stored.

Note
The default value is "./".