以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  高级功能研发区  (http://weistock.com/bbs/list.asp?boardid=5)
----  [原创]VBS的history有Bug?  (http://weistock.com/bbs/dispbbs.asp?boardid=5&id=52717)

--  作者:z7c9
--  发布时间:2013/6/2 14:03:37
--  [原创]VBS的history有Bug?

代码是:

 

sub testhistory()
 set history1=marketdata.GetHistoryData("if00","zj",5)
 set history2=marketdata.GetHistoryData("ru00","sq",5)
 
 application.MsgOut "IF的历史数据总量:"&history1.count
 application.MsgOut "RU的历史数据总量:"&history2.count
end sub

 

 

结果是:

 

IF的历史数据总量:3574
RU的历史数据总量:3574


--  作者:王锋
--  发布时间:2013/6/2 20:53:05
--  

http://www.weistock.com/bbs/dispbbs.asp?BoardID=5&ID=51499&skin=0

问题以前我们讨论过,你不应该忘记