StockPFInfo3
简述
报告期分红情况
StockPFInfo3(RDate:Integer;ReturnType:Integer):Array
名称 | 类型 | 说明 |
---|
RDate | Integer | 整数,报告期; |
ReturnType | Integer | 返回类型;
 |
返回 | Array | 数据表结构。 |
oV:=BackUpSystemParameters2();
//取'万科A'在2011年年报的报告期分红情况;
setsysparam(pn_stock(),'SZ000002');
v:=StockPFInfo3(20111231,0);
return v;
//结果
StockPFInfo StockPFInfo2