EPAM B2BITS C++ Bovespa MarketData handler  1.28.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
B2bits::MD::Engine::InitParameters Struct Reference

#include <b2bits/engine/Engine.h>

Public Attributes

std::string propertiesFileName_
 
std::string engineRoot_
 
std::string licenseKey_
 
EngineProperties properties_
 

Detailed Description

Engine::init parameters.

Member Data Documentation

std::string B2bits::MD::Engine::InitParameters::engineRoot_

The top of the directory tree under which the engine's configuration, and log files are kept. Overrides the value from the properties file. If it is equal to "", then the value from the properties file is used.

std::string B2bits::MD::Engine::InitParameters::licenseKey_

License key

EngineProperties B2bits::MD::Engine::InitParameters::properties_

Engine properties. Overrides values of the properties defined in the InitParameters::propertiesFileName_ file.

std::string B2bits::MD::Engine::InitParameters::propertiesFileName_

The Engine configuration parameters file name. If it is equal to "" and InitParameters::properties_ parameter is empty, then "./engine.properties" is used.