Replies: 1 comment 6 replies
-
This works: opt = Jib.Contract(conId=523596903, exchange="SMART")
Jib.reqMktData(ib, 123, opt, "", false) In order to get realtime market data you need a paid subscription. Jib.reqMarketDataType(ib, Jib.DELAYED) before I think there's a misunderstanding regarding the unfortunately named argument In order to add tick types to a data stream, you take the value from the generic tick column and add it to the Jib.reqMktData(ib, 1234, stock, "104,106", false) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am having trouble getting the greek values for an option contract (having already subscribed to the underlying). tickOptionComputation is not being called. Here is a snippet of my code used to generate the issue:
I am assuming that the tickId input is used to specify the type of tick data desired. Is this not the case?
Any suggestions would be appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions