Atomic Wire

FIX.4.2 (Enriched)

FIX standard version 4.2 with additional datatype mappings

Revisions

FIX.4.2current
2020-10-16

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

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