Re: [Quickfix-developers] A Generic Question
Brought to you by:
orenmnero
|
From: Oren M. <ore...@ya...> - 2003-05-19 04:46:21
|
Yeah, this can be done. The upcoming release will make this easier, but you can do it with 1.4.1 also. Your options are to start the fix engine and accept connections in the onRun call, or do it in a separate thread. When 1.5 comes out (or if you are willing to use the experimental CVS version), you won't have to do either of these. --- KURT RUSSEL <fi...@ya...> wrote: > Oren: > > First of all, as a newbie, I would say thanks very > much for offering such a great example for the FIX > developers. > > Second of all, I got a generic question regarding a > client where the order input would be ideally from > another socket connection with this client as a > server > (listen, bind and accept), and of course while > maintaining a connection with a FIX engine (as a > client, connect). > > My question is that is this implementable using your > APIs > > Thanks, > > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: If flattening out > C++ or Java > code to make your application fit in a relational > database is painful, > don't do it! Check out ObjectStore. Now part of > Progress Software. > http://www.objectstore.net/sourceforge > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |