da4089 / simplefix

Simple FIX protocol implementation for Python
MIT License
230 stars 62 forks source link

Add support for iterating over a FixMessage's fields #4

Closed da4089 closed 7 years ago

da4089 commented 7 years ago

There's no (good) way to discover what fields are set in a message. It'd be nice to be able to iterate over the fields that are present.

da4089 commented 7 years ago

Done