FIX Trading Community

FIX.4.2

FIX standard version 4.2
Creator
unified2orchestra.xslt script
Date
2026-02-18T16:55:21.452Z
Publisher
FIX Trading Community
Title
OrchestraFIX42
Rights
Copyright (c) FIX Protocol Ltd. All Rights Reserved.
Format
Orchestra schema
Source
FIX Unified Repository

Versions

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(name = "fix-4.2", version = "4.2"))
    }
  }
}