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

StockGetTransferSecuritiesData    

简述
指定日融券余量,与系统参数(证券代码、时间)相关
定义
StockGetTransferSecuritiesData(StockID:String;EndT:TDateTime):Array
参数
名称类型说明
StockIDString字符串。证券代码
EndTTDateTime日期。截止日期
返回Array数组。指定日融券余量。
  • 范例


    // "SH600837"在20220811日融券余量数据

      return StockGetTransferSecuritiesData("SH600837",20220811T);
相关