Fundicsumnpercent2
简述
前N名行业市值占总值比(%),与系统参数证券(基金)相关。
Fundicsumnpercent2(Rdate:Integer;Topn:Integer):REAL
名称 | 类型 | 说明 |
---|
Rdate | Integer | 整型,指定报告期 |
Topn | Integer | 整型,前N |
返回 | REAL | 实数 |
// "OF000001"在20191231的前1名行业市值占总值比(%)
SetSysParam(pn_stock(),"OF000001");
return FundICSumNPercent2(20191231,1); //结果:12.9