FundICSumN
简述
前N名行业配置相关数据,与系统参数(基金)相关。
FundICSumN(RDate:Integer;TopN:Integer;Field:String):Real
名称 | 类型 | 说明 |
---|
Rdate | Integer | 整数。指定报告期 |
TopN | Integer | 整数。前N |
Field | String | 字符串。列名 |
返回 | Real | 实数。前N名行业配置相关数据。 |
SetSysParam(PN_Stock(),'OF000001');
return FundICSumN(20221231,3,'市值');
//结果:2288640127.23