EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
#include <b2bits/engine/Engine.h>
Public Attributes | |
std::string | propertiesFileName_ |
std::string | engineRoot_ |
std::string | licenseKey_ |
EngineProperties | properties_ |
Engine::init parameters.
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.