#include <B2BITS_FixMessages.h>
Collaboration diagram for Engine::FixMessages:Static Public Member Functions | |
| static void | destroy () |
| Destroys the instance of this class. | |
| static FixMessages * | init (const std::string &propertiesFileName="", const std::string &engineRoot="", const std::string &additionalFields="") |
| Initializes the additional fields. | |
| static FixMessages * | singleton () |
| Returns an instance of this class. | |
FIX Engine interface.
Definition at line 67 of file B2BITS_FixMessages.h.
| static void Engine::FixMessages::destroy | ( | ) | [static] |
Destroys the instance of this class.
| static FixMessages* Engine::FixMessages::init | ( | const std::string & | propertiesFileName = "", |
| const std::string & | engineRoot = "", |
||
| const std::string & | additionalFields = "" |
||
| ) | [static] |
Initializes the additional fields.
| propertiesFileName | the FIX Engine configuration parameters file name. If it is equal to "", then "./engine.properties" is used. |
| engineRoot | The top of the directory tree under which the engine's configuration, and log files are kept. Do NOT add a slash at the end of the directory path. Overrides the value from the properties file. If it is equal to "", then the value from the proterties file is used. |
| additionalFields | Specifies additional messages fields. |
| static FixMessages* Engine::FixMessages::singleton | ( | ) | [static] |
1.7.2