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

Fundtpbrokerinterbankamount    

简述
指定券商银行间债券成交额,与系统参数(基金代码)相关
定义
Fundtpbrokerinterbankamount(Rdate:Integer;Bname:String):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
BnameString 字符串,券商名称
返回REAL实数
  • 范例

    // "OF006042"在20181231"申万宏源"的银行间债券成交额
    SetSysParam(pn_stock(),"OF006042");
    return FundTPBrokerInterBankAmount(20181231,"申万宏源"); //结果:4085764.8
相关