README.rdoc in ib-ruby-0.4.22 vs README.rdoc in ib-ruby-0.5.0

- old
+ new

@@ -5,21 +5,21 @@ 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 v.965. +Ruby Implementation of the Interactive Broker' Trader Work Station (TWS) API v.965. == FEATURES/PROBLEMS: * This is a BETA 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 +Interactive Broker's TWS or Gateway installed and configured to allow API connections on localhost. == INSTALL: === From Gem @@ -32,10 +32,10 @@ $ 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. +Make sure it is configured to allow API connections on localhost. >> require 'ib-ruby' >> ib = IB::Connection.new >> ib.subscribe(:Alert, :AccountValue) { |msg| puts msg.to_human } >> ib.send :RequestAccountData, :subscribe => true