Atomic Wire
FIX.Latest (all revisions)
All revisions of published versions of FIX Latest
Revisions
ep307-2026-07-06current
ep306-2026-07-06
How to use this Orchestra repository
See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra repository in your project.
With the Orchestra Gradle Plugin you can:
- Create your own derived Orchestra repository based on the FIX.Latest (all revisions) data dictionary
- Generate schema definitions and code
- Build applications that consume or produce data described by this repository
If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived repository based on FIX.Latest (all revisions):
orchestra {
specification {
markdown {
reference(orchestraHub("atomicwire/fix-latest", version = "ep307-2026-07-06"))
}
}
}