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

#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
 

Detailed Description

FixEngine's configuration parameters.

Member Function Documentation

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

Friends And Related Function Documentation

friend class Engine
friend