Atomic Wire

FIX.4.4 (Enriched)

FIX standard version 4.4 with additional datatype mappings

Revisions

FIX.4.4current
2020-08-10

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"))
    }
  }
}