由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - Re: 谁用过IB的API没,请问市场数据怎么从API拿出来? (转载)
相关主题
有没有好的, 用Matlab在Interactiver Brokers API上接口的软件Efficient Methods for Valuing Interest Rate D
trading using c++ API啥叫bi-power variation?
有没有好的关于IB APIs 讨论的论坛?请教 Finite difference method for American Put
有bloomberg的账号,在一般普通的电脑上怎么下载数据?[合集] 今天一道面试题目。大家帮忙看看。 (转载)
关于interactive brokers求Numerical Methods in Economics电子书
[FYI] New Book: Optimization Methods in Finance能否推荐几本关于选择“Forecasting method and validation“的书
[合集] another interview questionhow to hedge Double Barriers option on FX, industry method
[合集] Real estate market and stock market[合集] 请问: 怎么选择恰当的Forecasting method呀
相关话题的讨论汇总
话题: api话题: ewrapper话题: bar话题: ib
进入Quant版参与讨论
1 (共1页)
c*****o
发帖数: 1702
1
【 以下文字转载自 Stock 讨论区 】
发信人: catmiao (努力成为数据人才), 信区: Stock
标 题: Re: 谁用过IB的API没,请问市场数据怎么从API拿出来?
发信站: BBS 未名空间站 (Tue Nov 12 17:15:32 2013, 美东)
For example if I want to get real time bar
on the API guide, it is said that "Call the reqRealTimeBars() method to
start receiving real time bar results through the realtimeBar() EWrapper
method"
but here realtimeBar() function has void return. So I assume the data is
saved into the EWrapper object.
Can anybody show me how do we get the real time bar data here? And do I need
to call realtimeBar()?
c*****o
发帖数: 1702
2
IB=interactive Brokers
p******i
发帖数: 1358
3
从 tickprice()和 ticksize()这两个callback过来的

need

【在 c*****o 的大作中提到】
: IB=interactive Brokers
c*****o
发帖数: 1702
4
是从Ewrapper 里call吗? 如果在例子里的是SampleFrame

int reqId=1;
long time=0;
double open=0;
double high=0;
double low=0;
double close=0;
long volume=0;
double wap=0;
int count=0;
sampleFrame test;
test.m_client.reqRealTimeBars(1, test, 5,"MIDPOINT", true);
test.realtimeBar(1, time, open, high, low, close, volume, wap, count);
这样做的话,open这些参数不会被realtimebar改变。请问具体怎么操作阿
p******i
发帖数: 1358
5
override之
C***U
发帖数: 2406
6
你在request的时候要选择snapshot
最快的是3秒的bar

need

【在 c*****o 的大作中提到】
: 是从Ewrapper 里call吗? 如果在例子里的是SampleFrame
: 是
: int reqId=1;
: long time=0;
: double open=0;
: double high=0;
: double low=0;
: double close=0;
: long volume=0;
: double wap=0;

1 (共1页)
进入Quant版参与讨论
相关主题
[合集] 请问: 怎么选择恰当的Forecasting method呀关于interactive brokers
急问BS-formula里interest rate 是指real 还是norminal?[FYI] New Book: Optimization Methods in Finance
[合集] 请问kernel methods在金融里有应用吗?[合集] another interview question
[合集] interview question 8[合集] Real estate market and stock market
有没有好的, 用Matlab在Interactiver Brokers API上接口的软件Efficient Methods for Valuing Interest Rate D
trading using c++ API啥叫bi-power variation?
有没有好的关于IB APIs 讨论的论坛?请教 Finite difference method for American Put
有bloomberg的账号,在一般普通的电脑上怎么下载数据?[合集] 今天一道面试题目。大家帮忙看看。 (转载)
相关话题的讨论汇总
话题: api话题: ewrapper话题: bar话题: ib