Fundsspurchasevalue
简述
指定报告期基金净申购金额(万),与当前证券相关
Fundsspurchasevalue(Rdate:Integer;Rdate2:Integer):REAL
名称 | 类型 | 说明 |
---|
Rdate | Integer | 整型,指定报告期 |
Rdate2 | Integer | 整型,同比报告期 |
返回 | REAL | 实数 |
期末-期初
//计算基金OF000001在2019年报的基金净申购金额(万)
SetSysParam(pn_stock(),"OF000001");
return FundSSPurchaseValue(20191231,20181231);
//返回:53870.359121009