Community

FIX Reference Data

Demonstrates scenario-based modelling of FIX instruments with Orchestra

Revisions

1.0current
2025-11-19

How to use this Orchestra repository

See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra repository 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 repository based on FIX Reference Data:

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