3

Anyone knows what is the best way to parse a FIX-Protocol version 4.4 format flat file in python?

I came across quickfix44 module but can't find information on how to use that module against a flat file as opposed to live streaming fix messages.

Any other utility already available in python that could accomplish this reading from a FIX-Protocol file which also automatically handles the repeating groups?

Thanks.

user3666197
  • 1
  • 6
  • 50
  • 92
prd999
  • 167
  • 1
  • 8

1 Answers1

0

You could call out to this online tool https://fixparser.chronicle.software which provides the parsed fix message back as JSON.

Rob Austin
  • 620
  • 3
  • 5