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