Atomic Wire
FIX.Latest (all revisions)
All revisions of published versions of FIX Latest
- Creator
- FIX Protocol Ltd.
- Publisher
- FIX Protocol Ltd.
- Title
- OrchestraFIXLatest
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
- Format
- application/xml
- Conforms To
- Orchestra v1.0
- Created
- 2026-06-24
- Source
- Orchid
Versions
ep305-2026-06-24latest
ep304-2026-06-24
ep303-2026-06-23
ep303-2026-05-24
ep302-2026-06-23
ep302-2026-05-17
ep301-2026-06-23
ep301-2026-02-12
ep300-2026-06-22
ep300-2026-01-07
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(group = "atomicwire", name = "fix-latest", version = "ep305-2026-06-24"))
}
}
}