FIX Field File

Imported from previous forum

Is there a file of the FIX Protocol fields available for download.

I don’t want to write a program to extract it from the documentation unless I have to.

If there isn’t such a file, can anyone tell me how to extract the list from the documentation. It is in a table format there and when I extract it and change it to a .txt file, I end up with multiple records per field. I’d like one string per tag as follows:

1 Account char Account mnemonic as agreed between broker and institution.

This information is needed in file format to use in an application used to generate programmers’ test data.

[ original email was from John Goeller - john.goeller@ssmb.com ]
I have this information in a spreadsheet. Just send me an email.

> Is there a file of the FIX Protocol fields available for download.
>
> I don’t want to write a program to extract it from the documentation unless I have to.
>
> If there isn’t such a file, can anyone tell me how to extract the list from the documentation. It is in a table format there and when I extract it and change it to a .txt file, I end up with multiple records per field. I’d like one string per tag as follows:
>
> 1 Account char Account mnemonic as agreed between broker and institution.
>
> This information is needed in file format to use in an application used to generate programmers’ test data.
>
>
>