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

Fundtpbrokerinterbankamountgrow    

简述
指定券商银行间债券成交额变动,与系统参数(股票)相关。
定义
FundTPBrokerInterBankAmountGrow(Rdate:Integer;Rdate2:Integer;BName:String):Real
参数
名称类型说明
RdateInteger整数。指定报告期
Rdate2Integer整数。同比报告期
BNameString字符串。券商名称
返回Real实数。指定券商银行间债券成交额变动。
  • 范例



    //"OF006042"在20181231至20191231期间券商"光大证券"的银行间债券成交额变动
    SetSysParam(pn_stock(),"OF006042");
    return FundTPBrokerInterBankAmountGrow(20191231,20181231,"申万宏源");
    //结果:-4085764.8
相关