Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fix library for .NET [closed]

I am looking for a recommendation for a FIX library for .Net (C#).
It should support FIX and possibly FIXML.

I already know of QuickFix, but it has some bugs which I'd like to avoid.

Ideas?

like image 231
Sklivvz Avatar asked Feb 02 '11 15:02

Sklivvz


2 Answers

Best FIX library for .Net (C#) is QuickFIX .You can use it for getting your requirements. If you find some bugs ,then you can post it on QuickFIX forum ,they people solve it without any cost.i am using it for more than 2 years.

VersaFix is also second alternative for you .You can also use it with .Net plateform.It has almost same feature as QuickFIX.You can get source code an others from VersaFIX link.

If you are looking for third party dll(library) ,it depends upon your requirement and subscription types and times.But Onixs has a very good api for your requirement and it is bug free with very good support.

Other third party API for FIX implementation QXFIX from ModulusFE .It is very new FIX engine having all features like support for all updated versions of FIX and FAST.

FIX Antenna is Other alternative for you ,supports all FIX versions and FAST 1.1 without any bug :-) ,good with .Net for fast data transfer on network.

like image 111
Alok Avatar answered Sep 28 '22 02:09

Alok


There is lot of commercial fix engine.

If you need something open source try: http://sourceforge.net/projects/fix4net/

like image 36
alexl Avatar answered Sep 28 '22 02:09

alexl