Community

LSEG Delayed Market Data

Demonstrates deriving an Orchestra repository from a reference repository by using the Group Ticker Plant specification to model LSEG Delayed Market Data

Revisions

1.0current
2022-05-23

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 Delayed Market Data:

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