Imported from previous forum
hello,
I need a sample code in C++ to connect to a FIX server.
If u dont have any code but know how I have to do this in C++ please explain.
Or if u dont know C++ and just know the steps to get Quote information from the first step please describe it.
Thanks!
[ original email was from Carfield Yim - carfield.w.yim@jpmorgan.com ]
> hello, I need a sample code in C++ to connect to a FIX server. If u dont
have any code but know how I have to do this in C++ please explain. Or
if u dont know C++ and just know the steps to get Quote information from
the first step please describe it. Thanks!
What server you are using? The vendor should have give you sample code…
hello, I need a sample code in C++ to connect to a FIX server. If u
dont have any code but know how I have to do this in C++ please
explain. Or if u dont know C++ and just know the steps to get Quote
information from the first step please describe it. Thanks!What server you are using? The vendor should have give you sample
code…
Hello
Please look into this page. you willget someidea.
http://www.quickfixengine.org/download.html
Regards
Bala
hello, I need a sample code in C++ to connect to a FIX server. If u dont
have any code but know how I have to do this in C++ please explain. Or
if u dont know C++ and just know the steps to get Quote information from
the first step please describe it. Thanks!
FixExpress will help you to connect any FIX server. It is a FIX gateway, and sample programs are provided with the downloadable package. The only thing you will deal with is a real-time incoming message queue, and an outgoing message queue. All your application need to do is read from the incoming queue, if your application need processing the message. If your application want send message (requests) to a remote FIX server, you can build your application fix message, and write in the outgoing message queue. The message will be forward to the other side in full FIX message. FIX API is provided as C++ objects.
FixExpress is at A Person to Person Business Site
Good luck,
peng