Community

FIX Trading Digital Assets

Order and execution messaging for digital assets over FIX

Revisions

1.0current
2023-03-07
1.0
2023-03-07

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 Trading Digital Assets:

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