Recent content by math

  1. M

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    I am curious how you finally implemented it (hacking def run(self) of client.py I would not recommend), I think you need to send some message to the other thread that is calling reqMktData after tickSnapshotEnd is received (or call reqMktData within that callback). But you may run into problems...
Back
Top