Sha256: b570d4cdca63bb01668d3d1d144bc3d697f9e8cb43d6d726b1b00f831180e514

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

= mix
by:: Arvicco
url:: http://github.com/arvicco/ib-ruby

    This is a fork of http://github.com/wdevauld/ib-ruby by Wes Devauld,
    that is in turn forked from http://github.com/pjlegato/ib-ruby by Paul Legato

== DESCRIPTION:

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.

== FEATURES/PROBLEMS:

* 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

== REQUIREMENTS:

Interactive Broker's Trader Work Station installed and configured to allow API
connections on localhost.

== INSTALL:

=== From Gem

  $ sudo gem install ib-ruby

=== From Source

  $ git clone http://github.com/arvicco/ib-ruby
  $ cd ib-ruby; rake gem:install

== SYNOPSIS:

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()

== LICENSE:

Copyright (c) 2011 Arvicco. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ib-ruby-0.4.3 README.rdoc