Fix examples

Imported from previous forum

[ original email was from Thomas Michellod - thomas.michellod@sterci.com ]
Hi,

Does anyone know where I can found many examples of fix application messages (tag/value and fixml) for releases 4.3 and 4.4?

Any help would be appreciated…

Thanks,

Thomas

[ original email was from Thomas Michellod - thomas.michellod@sterci.com ]
Thanks for your answer,

Our application allow interpretation and generation of FIX and FIXML messages but our problem is that we don’t have very good Fix application messages examples to ensure real compatibility with business.

Your tool will be usefull for us to check FIXML generation but concerning Fix (tag value) for releases 4.3 and 4.4, if you have good application messages examples, it would be really interesting for us.

Thanks,

Thomas

There are a couple of FIXML samples in the FIXML Schema working group.

http://www.fixprotocol.org/working_groups/fixmlwg/documents

I also wrote a sample app that used the repository to convert Tag Value
messages to FIXML messages. It’s a little basic but works with most FIX
messages as a proof of concept. It’s on
FIX --> FIXML Conversion Prototype

If you have FIX tag value messages it will translate them to the eqv
XML. NB Check the sequence of elements as this was not sorted on the
proof of concept.

Cheers Kevin Houstoun

Hi,

Does anyone know where I can found many examples of fix application
messages (tag/value and fixml) for releases 4.3 and 4.4?

Any help would be appreciated…

Thanks,

Thomas