Community

FIX User Defined Fields

Orchestra repository for FIX user-defined fields (UDFs), intended to help users discover and reuse existing UDFs when developing FIX implementations and dialects

Revisions

1.0current
2024-06-01

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 User Defined Fields:

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