Atomic Wire
FIX.Latest (Enriched)
FIX Latest with additional datatype mappings
- Title
- FIX Latest as of EP287
- Created
- 2024-07-25T10:15:26.911504
- Date
- 2024-07-25T10:06:30Z
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
- Conforms To
- Orchestra v1.0
- Source
- FIX Unified Repository 2010 Edition
- Alternative
- FIX Application Layer
- Abstract
- The Financial Information Exchange (FIX) Protocol is a message standard developed to facilitate the electronic exchange of information related to securities transactions. It is intended for use between trading partners wishing to automate communications.
- Creator
- FIX Global Technical Committee
- Subject
- FIX Protocol
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 (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.Latest (Enriched):
orchestra {
specification {
markdown {
reference orchestraHub(group: 'atomicwire', name: 'fix-latest-enriched', version: 'ep292')
}
}
}