ib_ruby_proxy icon indicating copy to clipboard operation
ib_ruby_proxy copied to clipboard

Invoke IB api from ruby

Results 5 ib_ruby_proxy issues
Sort by recently updated
recently updated
newest added

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...

dependencies

Grabbed the release from https://interactivebrokers.github.io/# release notes: https://www1.interactivebrokers.com/en/index.php?f=23565

This method returns the status of the client. It can be used like so: ```ruby DRbObject.new_with_uri("druby://localhost:1992").ib_client_connected? ``` This is useful for liveness probes and health checks when running in a...

Hi there! 👋 This change introduces the ability to pass hosts to `bin/ibproxy` other than `localhost`. This was something I needed to get `ib_ruby_proxy` working with Docker.

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...

dependencies