FIXTradingCommunity / fix-orchestra-quickfix

FIX Orchestra / QuickFIX integration
Apache License 2.0
3 stars 5 forks source link

Question: about import statements #5

Open dralby opened 2 years ago

dralby commented 2 years ago

Are these obsolete or where can I find them? "import io.fixprotocol._2020.orchestra.repository.CodeSetType;"

donmendelson commented 2 years ago

Those classes are generated by JAXB in this dependency:

<dependency>
            <groupId>io.fixprotocol.orchestra</groupId>
            <artifactId>repository</artifactId>
            <version>${orchestra.version}</version>
</dependency>
dralby commented 2 years ago

Sorry for ignorance but does that mean no other external artefact than the orchestra file is needed?