trading-shim 080124 (Default branch) |
|
|
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:
The rules governing the enqueueing and dequeueing
of some commands were made more intuitive to
simplify writing command scripts. The distinction
between "process" and "program" commands was
sharpened. This is a follow-along enhancement to
the recent "shebang" capability. A new program
command, exit, was added for such scripting.
|