Atomic Wire

FIX.4.4 (Enriched)

FIX standard version 4.4 with additional datatype mappings

Revisions

4.4current

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

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