Atomic Wire

Nasdaq OUCH

Title
Nasdaq OUCH 5.0
Created
2024-05-01
Creator
The NASDAQ Group, Inc
Conforms To
Orchestra v1.0
Rights
Copyright 2024 Atomic Wire Technology Limited
Abstract
OUCH is a simple protocol that allows NASDAQ participants to enter, replace, and cancel orders and receive executions. It is intended to allow participants and their software developers to integrate NASDAQ into their proprietary trading systems or to build custom front ends.
Alternative
Order Entry Specification
Publisher
Atomic Wire Technology Limited
Subject
NASDAQ, OUCH, Order Entry
Source
NASDAQ OUCH 5.0 Order Entry Specification

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 Nasdaq OUCH:

orchestra {
  specification {
    markdown {
      reference orchestraHub(group: 'atomicwire', name: 'nasdaq-ouch', version: '5.0')
    }
  }
}