B2BITS FIX Antenna HFT  1.0.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Variables
B2BITS_AdminApplication.h File Reference

Contains Engine::AdminApplication class declaration. More...

#include <list>
#include <xercesc/util/XercesDefs.hpp>
#include <B2BITS_SystemDefines.h>
#include "B2BITS_FIXFieldValue.h"
#include "B2BITS_Application.h"
#include "B2BITS_Mutex.h"
#include <map>
#include <set>
#include "B2BITS_V12_Defines.h"
#include "B2BITS_PubEngineDefines.h"
#include "B2BITS_Session.h"
+ Include dependency graph for B2BITS_AdminApplication.h:

Classes

class  Engine::AdminApplication
 Administrative application interface. More...
 
struct  Engine::AdminApplication::Context
 Context within session calls AdminApplication event handlers. More...
 
struct  Engine::SessionContext
 Keeps information about administrative session context. More...
 

Namespaces

 Engine
 FIX Engine namespace.
 

Typedefs

typedef unsigned short XMLCh
 

Variables

const std::string Engine::RESULT_CONDITIONS_LACK = "8"
 Conditions lack. More...
 
const std::string Engine::RESULT_ENGINE_EXCEPTION = "5"
 Engine std::exception. More...
 
const std::string Engine::RESULT_INCORRECT_VALUE = "4"
 Incorrect value. More...
 
const std::string Engine::RESULT_INVALIDARG = "9"
 Invalid argument. More...
 
const std::string Engine::RESULT_LOGIC_ERROR = "10"
 Logic error. More...
 
const std::string Engine::RESULT_NOT_ENOUGH_PARAMETERS = "2"
 Not enough parameters. More...
 
const std::string Engine::RESULT_NOT_IMPLEMENTED = "1"
 Not implemented. More...
 
const std::string Engine::RESULT_OPERATION_REJECTED = "7"
 Operation rejected. More...
 
const std::string Engine::RESULT_RUNTIME_ERROR = "11"
 Runtime error. More...
 
const std::string Engine::RESULT_SUCCESS = "0"
 Success. More...
 
const std::string Engine::RESULT_UNKNOWN_ERROR = "6"
 Unknown error. More...
 
const std::string Engine::RESULT_UNKNOWN_SESSION = "3"
 Unknown session. More...
 

Detailed Description

Contains Engine::AdminApplication class declaration.

Typedef Documentation

typedef unsigned short XMLCh