|
From: <th...@co...> - 2007-10-10 00:37:34
|
I would like to utilize the QFJ engine to act as a router between FIX engines in a one-to-many and many-to-one fashion. I have read the "Message Routing Details - Third Party Message Routing" section of the FIX protocol documentation on the Standard Message Header. It seems to be straight-forward on the surface, but very involved if I have to code to handle every message and ensure all the relevant IDs are unique. Is there some simpler "quick fix" magic like a "router mode" or something I can configure or will I need override the onMessage method for every message I want to route and manipulate the unique IDs accordingly? Any other suggestions are appreciated as well. Thanks in advance. |