da4089 / simplefix

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

Add helper methods for setting time values #5

Closed da4089 closed 7 years ago

da4089 commented 7 years ago

Rather than requiring the application to futz around with formatting time/datetime values, a helper method might be useful. It should probably default to millisecond-precise current time, with an option for microseconds and use of a different timestamp value.