天软金融分析.NET函数大全 > 金融函数 > 股票 > 转融券余量

Stock_TransferSecuritiesAllowanceVol    

简述

  指定日融券余量,与系统参数(证券代码、时间)相关
定义
Stock_TransferSecuritiesAllowanceVol ():real
参数
名称类型说明
返回real实数
  • 范例

      
      // "SH600837"在20220811日融券余量
      SetSysParam(pn_stock(),"SH600837");
      SetSysParam(pn_date(),20220811T);
    return Stock_TransferSecuritiesAllowanceVol();
    //结果: 9456300
      
相关