Imported from previous forum
Hi,
I am searching open source code to parse repeat group,if anyone knows about it,please tell me,thank you!
Hi, I am searching open source code to parse repeat group,if anyone
knows about it,please tell me,thank you!
Hi Chen,
There are a number of open source FIX engines which provide this capability. It depends on the language that you are using:
If you are using Java or C++, the best OSS solution is to use one of the QuickFix libraries. You can find these at:
-
QuickFix/J - http://www.quickfixj.org
-
QuickFix/C++ - http://www.quickfixengine.org
The QuickFix/C++ project also provides managed wrappers for using it with C#, but if you are going with a native .NET solution I’d suggest you take a look at the .NET/C# OSS FIX engine my company launched a few weeks ago. It’s still in the Alpha release stage, but the parsing code works very well and you can just use those libraries if that is all that you need. You can find our OSS engine at:
http://www.assimilate.com/Products/VersaFix
Cheers,
Russ Curry