quickfixgo / quickfix

The Go FIX Protocol Library :rocket:
https://www.quickfixgo.org/
Other
735 stars 288 forks source link

Add support of International Atomic Time #665

Open filinvadim opened 3 weeks ago

filinvadim commented 3 weeks ago

Many FIX acceptors (like Standard Chartered for example) rely on International Atomic Time (TAI) instead of UTC for example. This cause constant time syncing problems between initiator and acceptor.

There is Go implementation that supports TAI https://github.com/brandondube/tai