FIX.Latest

Current FIX application layer standard
Title
FIX.Latest_EP295
Created
2025-03-03T20:36:07.206570
Date
2025-03-03T20:26:03Z
Rights
Copyright (c) FIX Protocol Ltd. All Rights Reserved.
Conforms To
Orchestra v1.0
Source
FIX Unified Repository 2010 Edition

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: 'ep295')
    }
  }
}