Community

LSEG Group Ticker Plant

Demonstrates the use of Orchestra to model LSEG's Group Ticker Plant binary market data protocol

Revisions

20.8current
2021-10-15

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 LSEG Group Ticker Plant:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/lseg-gtp", version = "20.8"))
    }
  }
}