Contains Engine::AdminApplication class declaration. More...
#include <list>#include <B2BITS_SystemDefines.h>#include "B2BITS_FIXFieldValue.h"#include "B2BITS_Application.h"#include "B2BITS_Statistics.h"#include "B2BITS_Mutex.h"
Include dependency graph for B2BITS_AdminApplication.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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 | |
| namespace | Engine |
FIX Engine namespace. | |
| namespace | xercesc_2_8 |
Defines | |
| #define | B2B_XERCES_CPP_NAMESPACE xercesc_2_8 |
Typedefs | |
| typedef unsigned short | XMLCh |
Variables | |
| const std::string | Engine::RESULT_CONDITIONS_LACK = "8" |
| Conditions lack. | |
| const std::string | Engine::RESULT_ENGINE_EXCEPTION = "5" |
| Engine exception. | |
| const std::string | Engine::RESULT_INCORRECT_VALUE = "4" |
| Incorrect value. | |
| const std::string | Engine::RESULT_INVALIDARG = "9" |
| Invalid argument. | |
| const std::string | Engine::RESULT_LOGIC_ERROR = "10" |
| Logic error. | |
| const std::string | Engine::RESULT_NOT_ENOUGH_PARAMETERS = "2" |
| Not enough parameters. | |
| const std::string | Engine::RESULT_NOT_IMPLEMENTED = "1" |
| Not implemented. | |
| const std::string | Engine::RESULT_OPERATION_REJECTED = "7" |
| Operation rejected. | |
| const std::string | Engine::RESULT_RUNTIME_ERROR = "11" |
| Runtime error. | |
| const std::string | Engine::RESULT_SUCCESS = "0" |
| Success. | |
| const std::string | Engine::RESULT_UNKNOWN_ERROR = "6" |
| Unknown error. | |
| const std::string | Engine::RESULT_UNKNOWN_SESSION = "3" |
| Unknown session. | |
Contains Engine::AdminApplication class declaration.
Definition in file B2BITS_AdminApplication.h.
| #define B2B_XERCES_CPP_NAMESPACE xercesc_2_8 |
Definition at line 64 of file B2BITS_AdminApplication.h.
| typedef unsigned short XMLCh |
Definition at line 69 of file B2BITS_AdminApplication.h.
1.7.2