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.xmlfield generation to fail if run by itself. Note: For now, users will have to copyenum/begin_string.goto their localenumdirectory. Correct solution there TBD...