BeginReportValue
简述
期初报告期数据
BeginReportValue(StockId;Id;EndT)
名称 | 类型 | 说明 |
---|
StockId | String | 股票代码 |
ID | integer | 字段id |
ENDT | TDateTime | 截止日 |
返回 | real | 返回期初报告期数据 |
EndT := IntToDate(20111130);
return BeginReportValue("SH600004",9,EndT);
//返回”SH600004的期初报告期9对应的id为46078的数据
//结果:587778570.54