Re: [Quickfix-users] How to integrate QuickFIX into an existing system?
Brought to you by:
orenmnero
From: <ma...@ma...> - 2011-05-07 12:05:15
|
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 |