Imported from previous forum
Hi,
I am designing a c++ FIX application which opens FIX session with a FIX engine and takes quotes .
What I am trying to do is : requesting quotes and while receiving the quotes using onMessage function i am trying to initiate simple socket connection(NOT FIX) with another application and send my own structure .
The problem is with the functions I am using to initiate and bind my socket because of FIX socket functions.
So , is it possible to start simple socket connection inside onMessage function?
Thanks.
If you are asking for help with the QuickFIX C++ library, you probably should contact the quickfix-users mailing list:
http://sourceforge.net/mailarchive/forum.php?forum_name=quickfix-users
You could also post a question to http://stackoverflow.com
Hi,
I am designing a c++ FIX application which opens FIX session with a FIX engine and takes quotes .
What I am trying to do is : requesting quotes and while receiving the quotes using onMessage function i am trying to initiate simple socket connection(NOT FIX) with another application and send my own structure .
The problem is with the functions I am using to initiate and bind my socket because of FIX socket functions.So , is it possible to start simple socket connection inside onMessage function?
Thanks.
Hi,
I am designing a c++ FIX application which opens FIX session with a FIX engine and takes quotes .
What I am trying to do is : requesting quotes and while receiving the quotes using onMessage function i am trying to initiate simple socket connection(NOT FIX) with another application and send my own structure .
The problem is with the functions I am using to initiate and bind my socket because of FIX socket functions.So , is it possible to start simple socket connection inside onMessage function?
I don’t know the answer to your question (I’ve no idea what library provides the onMessage function) but if you aren’t already doing so I would strongly recommend that you consider using the boost asio library for projects such as this.
http://www.boost.org/doc/libs/1_52_0/doc/html/boost_asio.html