FIX Trading Community
FIX.Latest
Current FIX application layer standard
- 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-03T00:00:00.000Z
- Source
- Orchid
Versions
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 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:
orchestra {
specification {
markdown {
reference(orchestraHub(name = "fix-latest", version = "ep303"))
}
}
}