Sample Code C++

Imported from previous forum

hi!
I need some sample c++ source code (client/server)implementing FIX protocol.
I also had a chance to look @ the source code posted by Patrick Ingle, but due to lack of documentation had problems understanding.
It would be of great help, if some body could post some project that could be my starting point to learn.
thanks and looking forward to ya’ll helpful response
cheers
rahul

hi! I need some sample c++ source code (client/server)implementing FIX
protocol. I also had a chance to look @ the source code posted by
Patrick Ingle, but due to lack of documentation had problems
understanding. It would be of great help, if some body could post some
project that could be my starting point to learn. thanks and looking
forward to ya’ll helpful response cheers rahul

Have a look at these open source projects

You will find plenty of code and example application there.

Cheers, Jörg

Thanks for the help…
I compiled and built the c++ apps. when running its asking for data dictionary files that I am unaware of… any idea where I could find them/ how to make them
thanks once again for the help
rahul

hi! I need some sample c++ source code (client/server)implementing FIX
protocol. I also had a chance to look @ the source code posted by
Patrick Ingle, but due to lack of documentation had problems
understanding. It would be of great help, if some body could post some
project that could be my starting point to learn. thanks and looking
forward to ya’ll helpful response cheers rahul

Have a look at these open source projects

You will find plenty of code and example application there.

Cheers, Jörg

I compiled and built the c++ apps. when running
its asking for data dictionary files that I am unaware of… any idea
where I could find them/ how to make them

Have a look at quickfix/spec/FIX40.xml etc.

Please direct further questions to the QuickFIX mailings lists, see section “mailing list” on the QF website.

Cheers, Jörg

hi! I need some sample c++ source code (client/server)implementing
FIX protocol. I also had a chance to look @ the source code posted
by Patrick Ingle, but due to lack of documentation had problems
understanding. It would be of great help, if some body could post
some project that could be my starting point to learn. thanks and
looking forward to ya’ll helpful response cheers rahul

Have a look at these open source projects

You will find plenty of code and example application there.

Cheers, Jörg

hi! I need some sample c++ source code (client/server)implementing FIX
protocol. I also had a chance to look @ the source code posted by
Patrick Ingle, but due to lack of documentation had problems
understanding. It would be of great help, if some body could post some
project that could be my starting point to learn. thanks and looking
forward to ya’ll helpful response cheers rahul

Hey Rahul,

What exactly do you need help with?
What operating system are you going to be running on?
How familiar are you with socket programming?

Quickfix is an open source fully functional fixengine that can act as either a client or server: http://www.quickfixengine.org/. You can download their source code and check it out.

I hope this helps.

Parnell