Community

JSE External Messaging API

Demonstrates the use of the TagWire protocol as an alternative encoding to FIX tag-value

Revisions

2.8.9current
2020-12-03

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 JSE External Messaging API:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/jse-emapi", version = "2.8"))
    }
  }
}