B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Protected Member Functions | Protected Attributes | List of all members
RiskCommon::SessionLogReaderBase Class Reference

#include <SessionLogReader.h>

+ Inheritance diagram for RiskCommon::SessionLogReaderBase:
+ Collaboration diagram for RiskCommon::SessionLogReaderBase:

Protected Member Functions

 SessionLogReaderBase (std::string const &indexFileName, std::string const &logFileName, std::string const &confFileName, bool isStaticFilesRead)
 
 ~SessionLogReaderBase ()
 

Protected Attributes

std::string indexFileName_
 
System::FileEx indexFileStream_
 
bool isStaticFilesRead_
 
std::string logFileName_
 
System::FileEx logFileStream_
 
System::u64 sessionGlobalID_
 

Constructor & Destructor Documentation

RiskCommon::SessionLogReaderBase::SessionLogReaderBase ( std::string const &  indexFileName,
std::string const &  logFileName,
std::string const &  confFileName,
bool  isStaticFilesRead 
)
protected
RiskCommon::SessionLogReaderBase::~SessionLogReaderBase ( )
protected

Member Data Documentation

std::string RiskCommon::SessionLogReaderBase::indexFileName_
protected
System::FileEx RiskCommon::SessionLogReaderBase::indexFileStream_
protected
bool RiskCommon::SessionLogReaderBase::isStaticFilesRead_
protected
std::string RiskCommon::SessionLogReaderBase::logFileName_
protected
System::FileEx RiskCommon::SessionLogReaderBase::logFileStream_
protected
System::u64 RiskCommon::SessionLogReaderBase::sessionGlobalID_
protected