da4089 / simplefix

Simple FIX protocol implementation for Python
MIT License
229 stars 63 forks source link

Allow configuration of end-of-message terminators. #20

Closed da4089 closed 5 years ago

da4089 commented 5 years ago

Add a parser method to specify an alternative tag, or special character, to terminate a message. This is mostly useful for parsing weird-format log files and similar usage.

Closes #13

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.08%) to 96.219% when pulling 55cafc4a34fe845efac626e3bb3d583cd6adc639 on 13-alternative-end-of-message-signalling into eae577757c6f9f0cbc1b5fec14c0296a0efe133a on master.