How to Get Market Price for Option Combo (Bull Put Spread) via IB API? #139
-
Hi everyone, I'm experimenting with combo orders using the IB API and had a question regarding pricing. I'm currently trying to sell Bull Put spreads as follows:
I have attempted to qualify the combo Contract to request market data for it, but IB doesn't seem to recognize it as a valid contract (even though submitting a So my questions are:
Any guidance would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently there is no need to qualify it. You just call |
Beta Was this translation helpful? Give feedback.
Apparently there is no need to qualify it. You just call
ib.reqTickers(contract)
on the combo contract directly.