Skip to content

chiaolun/ib-zmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IB-ØMQ

An Interactive Brokers TWS API to ZeroMQ Proxy

This Python twisted application enables easier integration of the Interactive Brokers TWS API into zeromq based trading systems.

The TWS API is exposed to ZeroMQ clients through two sockets:

  • A Router socket that forwards messages onto the TWS API. Because ZeroMQ messages are atomic TWS API requests are interleaved, allowing concurrent API access to multiple clients.
  • A Publish socket that broadcasts all incoming messages. The proxy is aware of message types and lengths and will broadcast TWS API messages as individual ZeroMQ messages.

About

A proxy between the Interactive Brokers API TCP protocol and ZeroMQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%