StockMoreIssueQk
简述
在指定区间内股票增发情况
StockMoreIssueQk(StockId:String;BegT:TDateTime;EndT:TDateTime;FilterField:String):Array;
名称 | 类型 | 说明 |
---|
StockID | String | 股票代码 |
BegT | TDateTime | 开始时间 |
EndT | TDateTime | 截止时间 |
Filterfield | String | 过虑字段 |
返回 | Array | 返回在指定区间内股票增发情况 |
StockID := "SZ000002";
BegT := inttodate(19900101);
EndT := inttodate(20111231);
return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
//返回万科A1900-01-01至2011-12-13股票增发情况
结果:
