Atomic Wire

FIX.Latest (Enriched)

FIX Latest with additional datatype mappings

Revisions

ep300current
ep299
ep298
ep296
ep295
ep293
ep292

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.Latest (Enriched):

orchestra {
  specification {
    markdown {
      reference(orchestraHub("atomicwire/fix-latest-enriched", version = "ep300"))
    }
  }
}