-
Hi, I'm wondering if there is a way to listen/subscribe to underlying events. I am trying to get streaming data like time and sales, but it appears I can't actually subscribe to the specific events - the data just gets added to a list attribute of a ticker to accumulate, after which the generic update event is triggered. Is this library more about replicating the state of the TWS, rather then providing access as if you were talking to IBKR? Is my use case going to require using the underlying IBKR library instead? Thanks in advanced! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is an example for shortable shares you can easily extend it by using the tick type that you need. --> https://interactivebrokers.github.io/tws-api/tick_types.html |
Beta Was this translation helpful? Give feedback.
this is an example for shortable shares
#136 (comment)
you can easily extend it by using the tick type that you need. --> https://interactivebrokers.github.io/tws-api/tick_types.html