Atomic Wire

FIX.4.2 (Enriched)

FIX standard version 4.2 with additional datatype mappings
Title
Orchestra
Creator
unified2orchestra.xslt script
Publisher
FIX Trading Community
Date
2020-10-16T11:16:07-05:00
Format
Orchestra schema
Source
FIX Unified Repository
Rights
Copyright (c) FIX Protocol Ltd. All Rights Reserved.

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.4.2 (Enriched):

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