ldanko / easyfix

MIT License
3 stars 7 forks source link

Sum up `MsgType` from `FIXT` and `FIX` before filtering elements for existing messages #22

Open kskalski opened 5 months ago

kskalski commented 5 months ago

Currently I need to sum-up and duplicate msg_type field from fixt to fix specs (originally in Coinbase only fixt spec contains it), otherwise message generator filters out enum variants only for messages in fixt spec.