文件名称:ib-extensions:通过IB-Ruby简化了盈透证券TWS-API的使用的帮助程序和宏
文件大小:127KB
文件格式:ZIP
更新时间:2024-04-14 22:20:05
api tws Ruby
IB /扩展 文档: : 问题,贡献,备注: 简化了盈透证券TWS-API的使用的帮助程序和宏 激活使用 gem 'ib-extensions' 在Gemfile中,并根据需要进行扩展 全部包含 (网关除外) require 'ib-api' require 'ib/extensions' 核实 require 'ib-api' require 'ib/verify' 验证给定的合同,有关详细信息,请参阅 市场价 require 'ib-api' require 'ib/market-price' 返回给定合同的最新市场价格() 历史数据(EOD) require 'ib-api' require 'ib/eod' puts IB::Symbols.Index.estx.eod( duration: '10 d' ) 只需一行代码即可获取历史数据() 订单原型 require '
【文件预览】:
ib-extensions-master
----.gitignore(113B)
----README.md(3KB)
----bin()
--------console(3KB)
--------gateway(3KB)
--------console.yml(44B)
--------setup(131B)
----ib-extensions.gemspec(2KB)
----Gemfile(349B)
----Guardfile(807B)
----examples()
--------place_and_modify_order(6KB)
--------place_butterfly_order(4KB)
--------volatility_research(6KB)
--------place_the_limit_order(6KB)
--------option_chain(2KB)
--------input.rb(2KB)
--------place_limit_order(3KB)
--------eod(1KB)
--------place_combo_order(2KB)
--------place_bracket_order(2KB)
--------cancel_orders(3KB)
--------what_if_order(4KB)
--------market_price(1KB)
----.rspec(53B)
----Gemfile.lock(2KB)
----changelog.md(1KB)
----CODE_OF_CONDUCT.md(3KB)
----spec()
--------integration()
--------integration_helper.rb(2KB)
--------order_helper.rb(15KB)
--------ib()
--------account_helper.rb(3KB)
--------model_helper.rb(9KB)
--------combo_helper.rb(2KB)
--------spec.yml(175B)
--------contracts()
--------contract_helper.rb(3KB)
--------main_helper.rb(2KB)
--------spec_helper.rb(2KB)
----.travis.yml(94B)
----lib()
--------ib()
--------ib-gateway.rb(124B)
----Rakefile(117B)