天软金融分析.NET函数大全 > 金融函数 > 基金 > 交易席位情况

Fundtpnoncommissionpercent    

简述
第N名券商佣金占佣金总额比(%),与系统参数(基金代码)相关
定义
Fundtpnoncommissionpercent(Rdate:Integer;Topn:Integer):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
TopnInteger 整型,第N
返回REAL实数,
  • 范例

    // "OF000001"在20200630第2名券商佣金占佣金总额比(%)
    SetSysParam(pn_stock(),"OF000001");
    return FundTPNoNCommissionPercent(20200630,2); //结果:11.3
相关