B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Variables
LogMsgFile.h File Reference
#include <string>
#include <map>
#include <cstring>
#include <B2BITS_IntDefines.h>
#include <B2BITS_PubEngineDefines.h>
#include <FileEx.h>
#include <LogMsgFile.hpp>
+ Include dependency graph for LogMsgFile.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Engine::IndexFileT< FileT >::Data
 
class  Engine::FastFileT< FileT >
 
struct  Engine::IndexFile_Block
 
struct  Engine::IndexFile_Header
 
class  Engine::IndexFileT< FileT >
 
class  Engine::LogFilePosT< FileT >
 
class  Engine::LogFileT< FileT >
 

Namespaces

 Engine
 FIX Engine namespace.
 
 Engine::v2
 
 Engine::v3
 

Typedefs

typedef FastFileT< System::FileExEngine::FastFile
 
typedef IndexFileT
< System::FileEx
Engine::IndexFile
 
typedef System::u16 Engine::v2::IndexFile_Flags
 
typedef System::u16 Engine::v3::IndexFile_Flags
 
typedef System::u64 Engine::v3::IndexFile_GlobalMsgID
 
typedef System::u32 Engine::v3::IndexFile_MagicNumber
 
typedef System::u32 Engine::v2::IndexFile_Marker
 
typedef System::u16 Engine::v2::IndexFile_MsgSize
 
typedef System::u32 Engine::v3::IndexFile_MsgSize
 
typedef System::u64 Engine::v3::IndexFile_Offset
 
typedef System::u64 Engine::v3::IndexFile_Reserved
 
typedef System::u32 Engine::v2::IndexFile_SeqNum
 
typedef System::u32 Engine::v3::IndexFile_SeqNum
 
typedef System::u64 Engine::v3::IndexFile_Timestamp
 
typedef System::u32 Engine::v3::IndexFile_UserData32
 
typedef System::u64 Engine::v3::IndexFile_UserData64
 
typedef System::u32 Engine::v3::IndexFile_Version
 
typedef LogFileT< System::FileExEngine::LogFile
 
typedef LogFilePosT
< System::FileEx
Engine::LogFilePos
 

Variables

static IndexFile_Flags const Engine::FLG_MSG_ORIGINAL = 8
 
static IndexFile_Flags const Engine::FLG_MSG_REJECTED = 1
 
static IndexFile_Flags const Engine::FLG_MSG_TO_BE_RESENT = 2
 
static IndexFile_Flags const Engine::FLG_SEP = 4
 
static const IndexFile_Version Engine::v3::INDEX_FILE_VERSION = 3
 
const char Engine::REJECTED_MARKER [] = "R"
 
const int Engine::REJECTED_MARKER_SIZE = 1
 
const char Engine::UNREJECTED_MARKER [] = " "