FIX Trading

FIX.4.2

FIX standard version 4.2

Revisions

FIX.4.2_EP310current
2026-09-08
EP282
2026-02-18

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:

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