Skip to content

petioptrv/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

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages