Atomic Wire
FIX.Latest (previous revisions)
Previous revisions of updated 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
- Date
- 2025-11-04T12:23:38.108Z
Versions
How to use this Orchestra spec
See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra spec in your project.
With the Orchestra Gradle Plugin you can:
- Create your own derived Orchestra spec based on the FIX.Latest (previous revisions) data dictionary
- Generate schema definitions and code
- Build applications that consume or produce data described by this specification
If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived spec based on FIX.Latest (previous revisions):
orchestra {
specification {
markdown {
reference(orchestraHub(group = "atomicwire", name = "fix-latest", version = "ep300-2025-11-04"))
}
}
}