FundIRNetAssetValue
简述
返回基金指定报告期的资产净值,与系统证券pn_stock()相关。
FundIRNetAssetValue(RDate:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期 |
返回 | Real | 实数,资产净值 |
//返回华安创新 2011年中报公布的资产净值
SetSysParam(pn_stock(),'OF040001');
RDate:=20110630;
Return FundIRNetAssetValue(RDate);
//结果:7285618761.52