Skip to content

v1.0.7

Compare
Choose a tag to compare
@da4089 da4089 released this 12 Nov 23:35
· 186 commits to master since this release

Some major changes to the use of strings (vs. bytes) for Python 3.x, with all received values now exported as bytes, and input values being transformed to bytes using UTF-8 encoding (from strings) and ASCII encoding for everything else. If you want to use a different encoding, transform to bytes yourself first, but you probably should be using the FIX DATA type for encoded values anyway?

Also a major expansion/rewrite of date and time value handling. Added a bunch of method covering all the FIX date/time types properly. The existing append_time method is deprecated, in favour of more specifically named method for UTC and local timezones, and datetime, date-only and time-only values.