[Quickfix-developers] Forwarding MarketData to another server through a socket
Brought to you by:
orenmnero
From: Edward H. <ca...@op...> - 2009-09-02 04:21:26
|
I need to forward the stream of maketdata to another server through a socket. What is the best way to do this in Quickfix. I have tried creating a separate thread, but the thread does not execute until the session closes. Do I need to modify the underlying FIX 4.2 code. Any suggestions would be greatly appreciated. |