areed1192 / interactive-broker-python-api

A python packaged used to interact with the Interactive Brokers REST API.
MIT License
383 stars 124 forks source link

How to get "secType" for an order #13

Closed cbora closed 4 years ago

cbora commented 4 years ago

How did you find the secType to use in your orders? for example in the sample code, the secType is "secType": "362673777:FUT"

here's an example order { "conid": 362698833, "secType": "362673777:FUT", "cOID": "YOUR_CONTRACT_ORDER_ID", "orderType": "MKT", "side": "BUY", "quantity": 1, "tif": "DAY" }