Re: [Quickfix-users] How to integrate QuickFIX into an existing system?
Brought to you by:
orenmnero
From: Phil M. <ph...@me...> - 2011-05-07 12:48:56
|
Interesting, I just checked the code and it is essentially what I have coded however the code inside my while loop is only triggered once every heartbeat meaning if my heartbeat is set to 30 seconds, the code will get triggered once every 30 seconds. Based on the example you sent me I'm assuming that there is something wrong with my code because the loop should be like any other loop correct? - Phil On May 7, 2011, at 7:02 PM, "ma...@ma..." <ma...@ma...> wrote: > On Sat, May 07, 2011 at 06:38:52PM +0700, Phil Michaud wrote: >> The part where I'm still confused with is where in my QuickFIX >> application that I need to write the code to poll the commands. Any >> idea? > > Have a look at line 91 of: > > http://quickfix.svn.sourceforge.net/viewvc/quickfix/trunk/quickfix/examples/tradeclient/Application.cpp?revision=2076&view=markup > > ...called from line 57 of: > > http://quickfix.svn.sourceforge.net/viewvc/quickfix/trunk/quickfix/examples/tradeclient/tradeclient.cpp?revision=2241&view=markup > > Seems like a simple place to start. > >> - Phil > > Martin |