imandra-ai / fix-engine

Imandra FIX Engine
Apache License 2.0
51 stars 3 forks source link

remove duration encoding/parsing #190

Open Bronsa opened 1 year ago

Bronsa commented 1 year ago

They are to be a purely model type, so no encoding/parsing necessary for FIX

Blocked by imandra-ai/ipl#1240

Bronsa commented 1 year ago

note: briefly discussed with @ewenmaclean and @c-cube, the current use of duration to represent FIX's tenor is not good, we should have a custom tenor type implemented as a sum type, and the encoding/parsing of duration should not be conflated with this