Community

Nasdaq OUCH

Demonstrates the use of Orchestra to model the Nasdaq OUCH binary order-entry protocol

Revisions

5.0current
2024-05-01

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 Nasdaq OUCH:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/nasdaq-ouch", version = "5.0"))
    }
  }
}