天软金融分析.NET函数大全 > 金融函数 > 股票 > 转融通证券出借交易

Stock_RefinancingLendVol    

简述

  指定日指定期限的出借数量,与系统参数(证券代码,时间)相关
定义
Stock_RefinancingLendVol (limite):real
参数
名称类型说明
Limiteinteger整型,期限
返回real实数
  • 范例

      
      // "SH600837"在20220811期限为14天的出借数量
      SetSysParam(pn_stock(),"SH600837");
      SetSysParam(PN_Date(),20220811T);
    return Stock_RefinancingLendVol(14);
    //结果:10000
      
相关