Created by: mgatny
- Do not hardcode the root import path.
- Generated code files should have import statements that import the other locally generated code, not
"github.com/quickfixgo/quickfix"
. - Add missing types (e.g.
UTCDATE
) to generators, which were causingFIX42.xml
field generation to fail if run by itself. Note: For now, users will have to copyenum/begin_string.go
to their localenum
directory. Correct solution there TBD...