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

Fundtpbrokerbondamount    

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

    // "OF000001"在20181231"光大证券"债券成交额
    SetSysParam(pn_stock(),"OF000001");
    return FundTPBrokerBondAmount(20181231,"光大证券"); //结果:12693715.39
相关