|
4.4 Changes
< Previous Next >
Re: Implementing FIX in c#
Marcio Martins <> 24 Jun 2008 10:56AM ETHello, Pauline!
Aswering your question, you must use FIX to talk to the counterpart only if it uses FIX too. After all, you two must speak the same language to understand each other.
My tip is that you take a look at this site:
http://www.quickfixengine.org
There you'll find the QuickFix Engine, that implements all FIX features with object-oriented paradigm. And it provides an entire .NET C# version for you to use and modify it, because it's an open source project.
Hope you enjoy it !! It helped me a lot !!
Regards,
Marcio Paulo
Re: Implementing FIX in c# Marcio Martins 24 Jun 2008 10:56AM ET
|