Atomic Wire
FIX.4.4 (Enriched)
FIX standard version 4.4 with additional datatype mappings
- Title
- Orchestra
- Creator
- unified2orchestra.xslt script
- Publisher
- FIX Trading Community
- Date
- 2020-08-10T15:13:24.994-05:00
- Format
- Orchestra schema
- Source
- FIX Unified Repository
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
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.4.4 (Enriched) 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.4.4 (Enriched):
orchestra {
specification {
markdown {
reference orchestraHub(group: 'atomicwire', name: 'fix-4.4-enriched', version: '4.4')
}
}
}