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

Fundtpbrokercommissiongrow    

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

    // "OF000001"在20181231至20191231期间券商"光大证券"的佣金变化
    SetSysParam(pn_stock(),"OF000001");
    return FundTPBrokerCommissionGrow(20191231,20181231,"光大证券");//结果:-1803630.98
相关