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

Fundtpsumnrepoamountgrow    

简述
前N名券商回购成交额变动,与系统参数(基金代码)相关
定义
Fundtpsumnrepoamountgrow(Rdate:Integer;Rdate2:Integer;Topn:Integer):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
Rdate2Integer 整型,同比报告期
TopnInteger 整型,前N,TopN=-1时,则取所有的是所有的数据。
返回REAL实数,
  • 范例

    // "OF000001"在20181231至20191231期间前2名券商回购成交额变动
    SetSysParam(pn_stock(),"OF000001");
    return FundTPSumNRepoAmountGrow(20191231,20181231,2);//结果:-498400000
相关