Atomic Wire

FIX.Latest (Enriched)

FIX Latest with additional datatype mappings

Revisions

FIX.Latest_EP300current
2025-11-04
FIX.Latest_EP299
2025-06-13
FIX.Latest_EP298
2025-05-19
FIX.Latest_EP296
2025-04-15
FIX.Latest_EP295
2025-03-24
FIX.Latest_EP293
2024-12-23
FIX.Latest_EP292
2024-12-09

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