FundIRNetAssetValueGrowRatio
简述
返回基金的资产净值变动比值,与系统证券pn_stock()相关。
FundIRNetAssetValueGrowRatio(RDate:Integer;RDate2:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期 |
RDate2 | Integer | 报告期 |
返回 | Real | 实数,资产净值变动的比值 |
//返回华安创新2011年中报和2010年中报的资产净值变动比值
SetSysParam(pn_stock(),'OF040001');
RDate1:=20110630;
RDate2:=20100630;
Return FundIRNetAssetValueGrowRatio(RDate1,RDate2);
//结果:8.39