Click here to Skip to main content
15,896,354 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I have searched the net for information related to FIX protocol as I need to develop a FIX Protocol client which will connect to FIX server.

I am planning to use QuickFIX open source engine and have read about QuickFIX on the net. But the problem is there are not many examples on QuickFIX on the net.

I have gone through some basic code of using QuickFIX with .NET using QuickFIX API, but still I am confused regd. the client application architecture.

Can someone guide me in the following points,

Do I need to use threads for creating FIX Client app?
Should I use multiple sessions for communication or a single session?
Can I use separate threads, one for sending msg to server and another for recieving msg from server in my app?

Anyone who has worked on FIX protocol, can you please guide me.

Any help would be great.

Awaiting a reply soon.

Thank You.
Posted
Updated 2-Jan-12 6:52am
v2

1 solution

If it was me I would read the specifications.

Which seem to be located at the following location.

http://www.fixprotocol.org/specifications/[^]

Based on what I did read, without looking at the actual specification, I would suspect that some or even all of the answers to your questions are related to the exact server that you are connecting to.
 
Share this answer
 
Comments
Member 13550527 19-Feb-18 8:01am    
Hello, my forex trading partner gave me a .pfx file, the server address, the SenderCompID, the TargetCompID and a password. I have tried everything with my knowledge to make connection and send message, but i always fail. I need help
If any one willing to help, please contact me at ogi.fhazoume@gmail.com.
Thanks in advance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900