Recommended Practices for Trading Digital Assets
Baseline recommended set of FIX fields used for sending order related FIX messages between trading counterparties when trading digital assets. The full set of fields for these messages and components can be found in the online specification.
- Title
- Trading Digital Assets
- Publisher
- FIX Trading Community
- Rights
- Copyright 2023, FIX Protocol, Limited
- Date
- 2023-03-07
- Source
- FIX Recommended Practices for Trading Digital Assets
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 Recommended Practices for Trading Digital Assets 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 Recommended Practices for Trading Digital Assets:
orchestra {
specification {
markdown {
reference orchestraHub(name: 'fix-trading-digital-assets', version: '1.0')
}
}
}