没有合适的资源?快使用搜索试试~ 我知道了~
ib_async:Interactive Brokers API客户端的异步实现
共48个文件
py:42个
coveragerc:1个
in:1个
需积分: 9 1 下载量 144 浏览量
2021-05-19
07:53:28
上传
评论
收藏 62KB ZIP 举报
温馨提示
Interactive Brokers API客户端的异步实现。 设计 该库是由于对ib_api和ibridgepy的质量感到沮丧而ibridgepy 。 这些库是官方IB C ++ / Java客户端库的直接端口,因此,在Python世界中不太适合。 相反, ib_async是从最终用户的角度设计的。 它试图易于使用和易于学习。 目前,该库尚未尝试完成功能。 相反,它尝试很好地实现常用功能。 例子 获取仪器: import ib_async client = ib_async . IBClient () client . connect ( '127.0.0.1' , 4001 , 100 ) # 100 is the client_id. instrument = client . get_instrument_by_id ( 'US0378331005' , 'ISIN' )
资源推荐
资源详情
资源评论
收起资源包目录
ib_async-master.zip (48个子文件)
ib_async-master
MANIFEST.in 17B
ib_async
functionality
executions.py 3KB
current_time.py 702B
realtime_bars.py 5KB
__init__.py 0B
instrument_details.py 6KB
market_data.py 5KB
market_depth.py 2KB
matching_symbols.py 1KB
position.py 3KB
orders.py 14KB
tickbytick.py 3KB
bar.py 2KB
tick_types.py 10KB
instrument.py 14KB
utils.py 1KB
errors.py 5KB
execution.py 2KB
__init__.py 1KB
event.py 4KB
protocol.py 16KB
order.py 18KB
protocol_versions.py 1KB
messages.py 6KB
tox.ini 1KB
LICENSE 10KB
setup.py 962B
README.md 3KB
tests
test_client.py 2KB
test_func_market_data.py 3KB
test_func_instrument_details.py 5KB
test_func_matching_symbols.py 1KB
test_func_current_time.py 397B
test_func_market_depth.py 2KB
utils.py 6KB
test_instrument.py 2KB
__init__.py 0B
test_func_executions.py 3KB
test_func_tick_by_tick.py 3KB
test_protocol.py 8KB
test_func_position.py 2KB
test_utils.py 1KB
test_func_orders.py 7KB
test_bar.py 961B
test_func_realtime_bars.py 3KB
test_event.py 3KB
.gitignore 67B
.coveragerc 524B
共 48 条
- 1
资源评论
穆庭秋
- 粉丝: 31
- 资源: 4671
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功