
The trading-shim is a database driven connector API that provides a persistent store SQL backend database, translates operations to and from the Interactive Brokers Java TWS API. It can act as an interpreter for commands, and permits downstream clients to access several worldwide securities markets and exchanges (stocks, options, futures, bonds, Forex) for "tick" data and history (intraday, and EoD). It also allows clients to supervise trades of securities and more.
License: GNU General Public License v3
Changes:
This release refactors cmd-to-req mapping (the text of feed.c), and incidently fixes a bug in the finfo (request contract details) command.
More...