Atomic Wire

FIX User Defined Fields (UDFs)

Title
FIX User Defined Fields (UDFs)
Creator
Atomic Wire Technology Limited
Created
2024-06-01
Conforms To
Orchestra v1-0-STANDARD
Abstract
An Orchestra specification for FIX user-defined fields (UDFs), with duplicate field names from the original source uniquely numbered to ensure compliance with the Orchestra Schema Definition (XSD). Each message contains user-defined fields tailored by a specific firm, with custom layouts optimized for easier navigation.
Is Format Of
FIX UDFs
Rights
Copyright 2024 Atomic Wire Technology Limited
Alternative
FIX UDFs Organized by User
Subject
Orchestra, FIX, User Defined Fields

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

orchestra {
  specification {
    markdown {
      reference orchestraHub(group: 'atomicwire', name: 'fix-udf', version: '1.0')
    }
  }
}