Public Member Functions | |
| int | getListenPort () |
| Returns the listen port. | |
Static Public Member Functions | |
| static Engine * | init (int listenPort=0) |
| Initializes the FIX Engine. | |
| static Engine * | init (const std::string &configFile) |
| Initializes the FIX Engine. | |
| static Engine * | initFromString (const std::string &configuration) |
| Initializes the FIX Engine. | |
| static void | shutdown () |
| Shutdowns the FIX Engine and releases all resources. | |
| static Engine * | instance () |
| Returns the Engine instance. | |
| static bool | isInitialized () |
| Returns 'true' if the FIX Engine has been initialized, otherwise - 'false'. | |
Definition at line 17 of file FIXEngine.h.
| static Engine* init | ( | int | listenPort = 0 |
) | [static] |
| static Engine* init | ( | const std::string & | configFile | ) | [static] |
| static Engine* initFromString | ( | const std::string & | configuration | ) | [static] |
| static Engine* instance | ( | ) | [static] |
Returns the Engine instance.
| EngineException | if the FIX Engine has not been initialized yet. |
| static bool isInitialized | ( | ) | [static] |
| int getListenPort | ( | ) |
1.5.2