|
We created a parser to go through the FIX specs and generated well formed XML versions. We use this XML version to generate most of the code for our FIX engine. Seeing as though it is so useful for us, we figured other people might be interested too.
This is a machine readable version of the FIX
specification. If you have been looking for such a thing, this
is it!
FIX 4.0 xml | html
FIX 4.1 xml | html
FIX 4.2 xml | html
FIX 4.3 xml | html
FIX 4.4 xml | html
FIX 5.0 xml | html
FIX 5.0 SP1 xml | html
FIX 5.0 SP2 xml | html
FIXT 1.1 xml | html
The XML documents were then reformatted into small browsable HTML
files using this xsl stylesheet
|