Service Group | Release notes | |
---|---|---|
Trade | Orders: For a limited period of time we have removed the possibility of placing trades via OpenAPI on any CME Group product as well as CFD's on CME Group products! An application may verify in an instrument is on the list of "forbidden instruments" using either of two procedures: a) Execute the following four queries against the instrument reference data endpoint: https://developer.saxobank.com/sim/openapi/ref/v1/instruments?ExchangeId=COMEX , or https://developer.saxobank.com/sim/openapi/ref/v1/instruments?ExchangeId=NYMEX , or https://developer.saxobank.com/sim/openapi/ref/v1/instruments?ExchangeId=CBOT , or https://developer.saxobank.com/sim/openapi/ref/v1/instruments?ExchangeId=CME, (Remember to use $top and $skip to go through the whole list). If the instruments i on any of the above lists, orders on that instrument will be rejected. b) When considering to trade a particular instrument, look up each instrument explictly and check if
Pseudo code for this is shown below:
|