[Quickfix-users] custom messages/ message wrappers
Brought to you by:
orenmnero
From: Blain S. <bla...@tr...> - 2004-05-06 18:31:12
|
Hi all, I am looking at integrating QuickFix as a part of a client application communicating with a proprietary client side fix engine. The main problem that I am encountering is that this particular engine needs a custom logon message, and for all messages to be wrapped in <tag></tag> with the raw fix message encompassed within. Being unfamiliar with the quickfix c++ codebase,My questions to the list are these: 1) Where in the code would I go about tacking on and removing the <tag></tag> pairs for incoming and outgoing messages? 2) How should I go about dealing with the custom logon and logon response messages, subclass FIXxx::Logon? Plug it into the socket's receiving code? My thanks in advance for any help -B |