EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
#include <b2bits/engine/FAProperties.h>
Public Member Functions | |
std::string const & | getLogDir () const |
Returns log directory's name. More... | |
std::string const & | getLogFileName () const |
Returns engine's log file name. More... | |
std::string | getStringProperty (const std::string &propertyName) const |
bool | getBinaryProperty (const std::string &propertyName) const |
int | getIntegerProperty (const std::string &propertyName) const |
bool | existsProperty (const std::string &propertyName) const |
Friends | |
class | Engine |
FixEngine's configuration parameters.
bool B2bits::MD::FAProperties::existsProperty | ( | const std::string & | propertyName | ) | const |
Returns true if property is exists
bool B2bits::MD::FAProperties::getBinaryProperty | ( | const std::string & | propertyName | ) | const |
Returns bool value of given property
int B2bits::MD::FAProperties::getIntegerProperty | ( | const std::string & | propertyName | ) | const |
Returns int value of given property
std::string const& B2bits::MD::FAProperties::getLogDir | ( | ) | const |
Returns log directory's name.
std::string const& B2bits::MD::FAProperties::getLogFileName | ( | ) | const |
Returns engine's log file name.
std::string B2bits::MD::FAProperties::getStringProperty | ( | const std::string & | propertyName | ) | const |
Returns std::string value of given property
|
friend |