FIX.Latest
Current FIX application layer standard
- Title
- FIX.Latest_EP292
- Created
- 2024-12-09T13:20:57.000924
- Date
- 2024-12-09T12:59:02Z
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
- Conforms To
- Orchestra v1.0
- Source
- FIX Unified Repository 2010 Edition
Versions
ep292latest
ep291
ep290
ep287
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 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:
orchestra {
specification {
markdown {
reference orchestraHub(name: 'fix-latest', version: 'ep292')
}
}
}