Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
1.3 KiB
1.3 KiB
股票 / 转融通证券出借交易
stockGetRefinancingLendData(stock_id, beg_t, end_t, limite, dtype)
声明:function
获取指定区间指定期限转融通证券出借交易数据。
| 参数 | 类型 | 说明 |
|---|---|---|
stock_id |
string | 字符串。证券代码 |
beg_t |
datetime | 日期。开始时间 |
end_t |
datetime | 日期。截止时间 |
limite |
int | 整数。期限 |
dtype |
int | 用户自定义。数据类型,取值如下: |
返回:array
Stock_RefinancingLendVol(limite)
声明:function
指定日指定期限的出借数量,与系统参数(证券代码,时间)相关
| 参数 | 类型 | 说明 |
|---|---|---|
limite |
any | 整型,期限 |
返回:float
Stock_RefinancingLendVolQJ(begt, endt, limite)
声明:function
区间指定期限的出借数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
|---|---|---|
begt |
datetime | 日期,开始时间 |
endt |
datetime | 日期,截止时间 |
limite |
any | 整型,期限 |
返回:float