B2BITS FIX Antenna HFT
1.0.15
|
#include <string>
#include <map>
#include <cstring>
#include <B2BITS_IntDefines.h>
#include <B2BITS_PubEngineDefines.h>
#include <FileEx.h>
#include <LogMsgFile.hpp>
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::FileEx > | Engine::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::FileEx > | Engine::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 [] = " " |