quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

fix the utc timestamp error

Open Chourioz opened this issue 3 years ago • 3 comments

Chourioz avatar Jun 27 '22 17:06 Chourioz

@Chourioz can you provide some more context on what problem this resolves, changing that go enum to a bool may introduce some unintended side-effects.

ackleymi avatar Jun 27 '22 17:06 ackleymi

Hello @ackleymi, I am trying to integrate the library to a FIX client project, but when I try to run the service, the library return so many errors related to the type TimestampPrecision, please check the following image image

Let me know if you have a stable version for the project that I can use and resolve this issue, I really will appreciate your help, because it is really urgent.

Chourioz avatar Jun 27 '22 17:06 Chourioz

@Chourioz this is actually related to go FIX code generation conflicting with go mod dependency mgmt, not anything related to timestamps in particular. If you can describe what kind of FIX application you're trying to bootstrap, I can provide some clarity on getting it up and running quickly

ackleymi avatar Jul 15 '22 20:07 ackleymi