FIX Trading Community
FIX.4.4
FIX standard version 4.4
- Creator
- unified2orchestra.xslt script
- Date
- 2026-02-18T16:55:35.754Z
- Publisher
- FIX Trading Community
- Title
- OrchestraFIX44
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
- Format
- Orchestra schema
- Source
- FIX Unified Repository
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.4.4 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.4.4:
orchestra {
specification {
markdown {
reference(orchestraHub(name = "fix-4.4", version = "4.4"))
}
}
}