Creates FIXMessages.
More...
#include <B2BITS_FIXMsgFactory.h>
Engine::FIXMsgFactory::FIXMsgFactory |
( |
| ) |
|
|
protected |
virtual Engine::FIXMsgFactory::~FIXMsgFactory |
( |
| ) |
|
|
protectedvirtual |
Returns the singleton instance of the class.
Creates the new skeleton of the Logon message and returns it.
- Parameters
-
ver | Version of FIX protocol to use. |
- Warning
- the user is responsible for the deletion.
-
Method throws Utils::Exception in case protocol is not defined.
Creates the new skeleton of the application message and returns it.
- Parameters
-
ver | Version of FIX protocol to use. |
msgType | Null-terminated std::string. Specifies type of new message. |
- Warning
- the user is responsible for the deletion.
-
Method throws Utils::Exception in case message or protocol is not defined.
Creates the new skeleton of the application message and returns it.
- Parameters
-
protocolID | Unique identifier of the FIX protocol customization to use. |
msgType | Null-terminated std::string. Specifies type of new message. |
ver | Application FIX protocol version. Required if protocolID is FIXT11 dialect. |
- Warning
- the user is responsible for the deletion.
-
Method throws Utils::Exception in case message or protocol is not defined.
Returns the singleton instance of the class.