Skip to content

An example of multithreading where one thread is reading the server messages while the other is executing the algorithm logic

Notifications You must be signed in to change notification settings

felinx99/ibapi_multithreading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ibapi_multithreading

Using the Python IBAPI, this small app requests positions every 15 seconds from the IB servers. One problem I had while trying to figure out the IBAPI was finding a way to execute logic while receiving server messages. The answer, it turns out, was multithreading! Follow the link below for more info on threading.

https://www.tutorialspoint.com/python/python_multithreading.htm

About

An example of multithreading where one thread is reading the server messages while the other is executing the algorithm logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%