Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Releases: ib-ruby/ib-ruby

Support of API 0.972+

02 May 05:12
c99e0ee

Choose a tag to compare

Communication between TWS and IB-Ruy is now packet-based. Additional MessageTypes have been implemented, as well as updates for existing ones.
Rails is still supported, However instead of ActiveRecord, either Redis or the lightweight IB::Models should be used.

TWS-API 967 / ActiveRecord + Rails

27 Feb 21:27
44edb61

Choose a tag to compare

This covers the "old" API-Protocol (Ports 4001 + 7496), which is supported further.
Rails + ActiveRecord-Support is included