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