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

Fundtpbrokercommissionpercentgrow    

简述
指定券商佣金占佣金总额比变动(%),与系统参数(基金代码)相关
定义
Fundtpbrokercommissionpercentgrow(Rdate:Integer;Rdate2:Integer;Bname:String):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
Rdate2Integer 整型,同比报告期
BnameString 字符串,券商名称
返回REAL实数
  • 范例

    // "OF000001"在20181231-20191231期间指定券商"光大证券"佣金占佣金总额比变动(%)
    SetSysParam(pn_stock(),"OF000001");
    return FundTPBrokerCommissionPercentGrow(20191231,20181231,"光大证券");//结果:-10.77
相关