Skip to end of banner
Go to start of banner

Order Entry API V2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 ServiceWeb Socket
NamePathMethodMessageDescription
Establish Websocket connection/order/eventsGET


Initiation Web socket connections to the Order Entry Service with capability to configure Cancel on Disconnect

preferences for the session.

Submit Order/order/newPOST

Submit Order

Submit a new order.

Cancel Order/order/cancelPUT

Cancel Order

Cancel a working order by the Venue Order ID and/or Customer Order ID.

Update Order/order/updatePUT

Update Order

Update a working order by the Venue Order ID and/or Customer Order ID.

Get Order Status/order/statusPOST

Get Order Status

Get order status for single (or multiple) working order(s).

Search for Trades/trades/searchPOST

Search For Trades

Request a trade record using custom criteria. Based on query parameters, one or more trades may be returned.

Mass Order Cancel/order/cancel-massPUT

Mass Order Cancel

Submit mass order cancel request.

Create Instrument/instrumentsPOST

Create Instrument

Submit request to create User Defined Spreads (UDS).

Submit Request For Quote/quotes/newPOST

Submit Request For Quote

Solicit a quote on an instrument.




Heartbeat

Applicable only to Web Socket connections.

Heartbeat is sent by the server every 5 seconds. No Heartbeat requirement from the client system.




Order Expired

Applicable only to Web Socket connections.

Asynchronous order status message indicating order expiry.




Trade Fill

Applicable only to Web Socket connections.

Asynchronous  order message indication fills.




Business Reject

Business reject is sent when inbound client message fails business logic.

Other Resources

  • No labels