how to get series of requests in ibapi on python
问题 I am new both in Python and ibapi, I have ask Interactive Broker itself, they told me only : The self.done is originally defined in the parent class EClient that is used to indicate the current API connection is "done". You should not use it as an indicator to stop a loop that is build by yourself. You can keep one API client connection live until you have finished downloaded all the historical data you need. If you need to slow down the pace in requesting data, you can use other thread