Re: [Quickfix-developers] Mixing Quickfix and other events
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2003-05-13 16:12:04
|
On Tue, 2003-05-13 at 16:54, Verma, Sanjay wrote: > This question might already have been answered so please bear with me; I am > new to this platform. > > I have an app which receives messages from the network and needs to deliver > these messages to a > client using FIX. How do I have a single thread that waits on arrival of > messages from my network as > well as FIX messages from the client connection? Basically, how do I mix > Quickfix and non-Quickfix > events? > > Thanks. Hi Sanjay, At the moment I think you will need two threads. I can't see a way to add another file descriptor to the QuickFIX SocketManager and have your own callback called when it has activity. I could do with this functionality as well... Cheers, Alex. |