FIX Reference Data

Title
Orchestra
Publisher
FIX Trading Community
Date
2025-11-19T00:00:00.000Z
Format
Orchestra schema
Contributor
playlist

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 FIX Reference Data:

orchestra {
  specification {
    markdown {
      reference(orchestraHub(name = "fix-reference-data", version = "1.0"))
    }
  }
}