Excerpt | ||
---|---|---|
| ||
Use this API to enter, modify and cancel orders and to create User Defined Spreads for the CME Globex platform for central limit order book trading. |
Web Service Summary
HTTPS RESTful Web Service | Web Socket | |||
---|---|---|---|---|
Name | Path | Method | Message | Description |
/order/new | POST | Submit a new order. | ||
/order/cancel | PUT | Cancel a working order by the Venue Order ID and/or Customer Order ID. | ||
/order/update | PUT | Update a working order by the Venue Order ID and/or Customer Order ID. | ||
/order/status | POST | Get order status for single (or multiple) working order(s). | ||
/trades/search | POST | Request a trade record using custom criteria. Based on query parameters, one or more trades may be returned. | ||
/order/cancel-mass | PUT | Submit mass order cancel request. | ||
/instruments | POST | Submit request to create User Defined Spreads (UDS). | ||
/quotes/new | POST | Solicit a quote on an instrument. | ||
/order/events | GET | Initiation Web socket connections to the Order Entry Service with capability to configure Cancel on Disconnect preferences for the session. |
...