FundICMarketValue2GrowRatio
简述
返回基金的前N名行业市值变比(%),与系统证券pn_stock()相关。
FundICMarketValue2GrowRatio(RDate:Integer;RDate2:Integer;ToNo:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期 |
RDate2 | Integer | 报告期 |
ToNo | Integer | 用户自定义
显示名 |
取值 |
全部 |
0 |
前三名 |
3 |
前五名 |
5 |
前十名 |
10 |
|
返回 | Real | 实数,前N大行业集中度变化(%) |
//返回华安创新2011年中报和2010年中报持有的前十名行业的市值变动比
SetSysParam(pn_stock(),'OF040001');
RDate1:=20110630;
RDate2:=20100630;
return FundICMarketValue2GrowRatio(RDate1,RDate2,10);
//结果:29.29