天软金融分析.NET函数大全 > 金融函数 > 基金 > 投资组合 > 持股情况

Fundscnoncode    

简述
第N名股票代码,与当前证券(基金)相关。
定义
Fundscnoncode(Rdate:Integer;Topn:Integer):STRING
参数
名称类型说明
RdateInteger 整型,指定报告期
TopnInteger 整型,第N
返回STRING字符串,字符串
  • 范例

    // "OF510300"在20191231第2名股票代码
    SetSysParam(pn_stock(),"OF510300");
    return FundSCNoNCode(20191231,2); //结果:SH600519
相关