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

StockGetRefinancingLendData    

简述
获取指定区间指定期限转融通证券出借交易数据。
定义
StockGetRefinancingLendData(StockID:String;BegT:TDateTime;EndT:TDateTime;Limite:Integer;Dtype:Integer):Array
参数
名称类型说明
StockIDString字符串。证券代码
BegTTDateTime日期。开始时间
EndTTDateTime日期。截止时间
LimiteInteger整数。期限
DtypeInteger用户自定义。数据类型,取值如下:
显示名 取值
按期限小计 1
明细 2
返回Array数组。指定区间指定期限转融通证券出借交易数据。
  • 范例


    // "SH600837"在20220801-20220811期限为14天的出借数量

      return StockGetRefinancingLendData("SH600837",20220801T,20220811T,14);

相关