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:

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')
    }
  }
}