Community

FIX Protocol

Optimised for LLMs and agents, with full contextual documentation, pedigree and deprecation history

Revisions

4.2current
2001-05-01
4.2
2000-03-01
4.1
1999-06-30
4.1
1998-04-01
4.0
1997-01-10
3.0
1995-09-27
2.7
1994-07-15

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 Protocol:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/fix-protocol", version = "4.2"))
    }
  }
}