NGM
NGM Elasticia
- Title
- Elasticia FIX Protocol 2.0.8
- Creator
- Nordic Growth Market NGM AB
- Created
- 2026-01-23
- Rights
- Copyright 2010-2026 Nordic Growth Market AB
- Conforms To
- Orchestra v1.0
- Abstract
- This document describes the NGM Elastica FIX protocol for order entry and market data.
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:
- Create your own derived Orchestra spec based on the NGM Elasticia data dictionary
- Generate schema definitions and code
- Build applications that consume or produce data described by this specification
If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived spec based on NGM Elasticia:
orchestra {
specification {
markdown {
reference(orchestraHub(group = "ngm", name = "elasticia", version = "2.0"))
}
}
}