FIX.Latest

Current FIX application layer standard
Title
FIX.Latest_EP292
Created
2024-12-09T13:20:57.000924
Date
2024-12-09T12:59:02Z
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: 'ep292')
    }
  }
}