FIX.Latest

Current FIX application layer standard
Title
FIX.Latest_EP298
Created
2025-05-19T06:19:35.849315
Date
2025-05-19T06:11:04Z
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: 'ep298')
    }
  }
}