da4089 / simplefix

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

FixParser needs a reset() function #2

Closed da4089 closed 7 years ago

da4089 commented 7 years ago

Rather than requiring that a new parser be created, it'd be nice to be able to reset the state of the parser if, eg. a connection is dropped.

da4089 commented 7 years ago

Done