ib-api:轻巧的Ruby接口到Interactive Brokers的TWS API

时间:2024-05-04 18:05:16
【文件属性】:

文件名称:ib-api:轻巧的Ruby接口到Interactive Brokers的TWS API

文件大小:169KB

文件格式:ZIP

更新时间:2024-05-04 18:05:16

tws-api Ruby

ib-api Ruby与Interactive Brokers的TWS API的接口 重新实现ib-ruby的基本功能 文档: : (正在进行中) ib-ruby提供对Interactive Broker的TWS-API接口的模块化访问。 ib-api为低级TWS API调用提供了一个简单的接口。 以通常的方式安装 $ gem install ib-api 在普通使用中,它仅与TWS交换消息。 任何响应都存储在recieved-Array 。 即使那样,下订单也只需要几行代码 require 'ib-api' # connect with default parameters ib = IB :: Connection . new # define a contract to deal with the_stock = IB :: Stock . new symbol


网友评论