FundICMarketValue
简述
返回基金指定报告期的指定行业投资市值,与系统证券pn_stock()相关。
FundICMarketValue(ReportDate:Integer;IndustryName):Real
名称 | 类型 | 说明 |
---|
ReportDate | integer | 报告期 |
IndustryName | String | 行业名称 |
返回 | real | 实数,指定行业投资市值 |
//返回华安创新2010年一季报持有的金融、保险业的股票的市值和
SetSysParam(pn_stock(),'OF040001');
RDate:=20100331;
return FundICMarketValue(RDate,'金融、保险业');
//结果:828593000