StockGetRefinancingLendData
简述
获取指定区间指定期限转融通证券出借交易数据。
StockGetRefinancingLendData(StockID:String;BegT:TDateTime;EndT:TDateTime;Limite:Integer;Dtype:Integer):Array
名称 | 类型 | 说明 |
---|
StockID | String | 字符串。证券代码 |
BegT | TDateTime | 日期。开始时间 |
EndT | TDateTime | 日期。截止时间 |
Limite | Integer | 整数。期限 |
Dtype | Integer | 用户自定义。数据类型,取值如下:
|
返回 | Array | 数组。指定区间指定期限转融通证券出借交易数据。 |
// "SH600837"在20220801-20220811期限为14天的出借数量
return StockGetRefinancingLendData("SH600837",20220801T,20220811T,14);