- by
-
Arvicco
- url
This is a fork of github.com/wdevauld/ib-ruby by Wes Devauld, that is in turn forked from github.com/pjlegato/ib-ruby by Paul Legato.
Ruby Implementation of the Interactive Broker’ TWS API
The goal of this fork is to modernize library structure (Bundler/Gemfile/etc) and then roll out a new version based on latest IB TWS API.
-
This is a ALPHA release, and should not be used for live trading. Any features contained with are AS-IS and may not work in all conditions
-
This code is not sanctioned or supported by Interactive Brokers
Interactive Broker’s Trader Work Station installed and configured to allow API connections on localhost.
$ sudo gem install ib-ruby
$ git clone http://github.com/arvicco/ib-ruby $ cd ib-ruby; rake gem:install
First, start up Interactive Broker’s Trader Work Station. Ensure it is configured to allow API connections on localhost.
>> require 'ib-ruby' >> ib_connection = IB::IB.new()
Copyright © 2011 Arvicco. See LICENSE for details.