-
Hi Community, I've been playing around with the combo order. In IBKR documentation, when defining the contract, contract.symbol can have two symbols separated by comma
https://interactivebrokers.github.io/tws-api/spread_contracts.html#bag_stk When I attempted to do this with ib_async, I got the error message below
When I take out one of the symbols, i.e. leave |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
These can be tricky based on the instruments used, but it does supposedly work. The docs page you linked says:
The error message basically says IBKR sorts the legs by name first ( so just need a weird thing like:
|
Beta Was this translation helpful? Give feedback.
These can be tricky based on the instruments used, but it does supposedly work.
The docs page you linked says:
The error message basically says IBKR sorts the legs by name first (
META,GOOGL
) but your combinedcontract.symbol
doesn't match their internal logic they are verifying against (GOOGL,META
).so just need a weird thing like: