FundICPercentage
简述
返回指定行业占净值比例(%),与系统证券pn_stock()相关。
FundICPercentage(ReportDate:Integer;IndustryName:String):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期 |
IndustryName | String | 行业名称 |
返回 | Real | 实数,指定行业占净值比例(%) |
//返回华安创业2010年一季报中在金融、保险行业占净值比例(%)
SetSysParam(pn_stock(),'OF040001');
RDate:=20100331;
Return FundSCCentralization(RDate,'金融、保险业');
//结果:37.45