FIX.Latest

Current FIX application layer standard
Creator
FIX Protocol Ltd.
Publisher
FIX Protocol Ltd.
Title
OrchestraFIXLatest
Rights
Copyright (c) FIX Protocol Ltd. All Rights Reserved.
Format
application/xml
Conforms To
Orchestra v1.0
Date
2025-11-17T09:43:04.806Z

Versions

How to use this Orchestra spec

See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra spec 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 spec based on FIX.Latest:

orchestra {
  specification {
    markdown {
      reference(orchestraHub(name = "fix-latest", version = "ep300"))
    }
  }
}