KLineDataForIndex
简述
K线数据(指数专用)
KLineDataForIndex(StockID:String;BegT:TDateTime;EndT:TDateTime):TableArray
名称 | 类型 | 说明 |
---|
StockID | String | 字符串,股票代码 |
BegT | TDateTime | 日期型时间,开始日期 |
EndT | TDateTime | 日期型时间,截止日期 |
返回 | TableArray | K线数据(指数专用) |
Return KLineDataForIndex("SH600206",inttodate(20120618),inttodate(20120926));
//结果:
