📦 deps(tsl): sync tsl-playbook from 9dbd156d

Source-Commit: 9dbd156d0e
This commit is contained in:
ci[bot]
2026-07-07 08:44:07 +00:00
commit a2d9174549
524 changed files with 393502 additions and 0 deletions
@@ -0,0 +1,36 @@
# 股票 / 转融券交易明细
## `stockGetTransferSecuritiesDetailData(stock_id, beg_t, end_t, limite)`
获取指定区间指定期限转融券交易明细数据。
| 参数 | 类型 | 说明 |
| ---------- | -------- | ---------------- |
| `stock_id` | string | 字符串。证券代码 |
| `beg_t` | datetime | 日期。开始时间 |
| `end_t` | datetime | 日期。截止时间 |
| `limite` | int | 整数。期限 |
返回:array
## `Stock_TransferSecuritiesDetailVol(limite)`
指定日指定期限的融出数量,与系统参数(证券代码、时间)相关
| 参数 | 类型 | 说明 |
| -------- | ---- | --------- |
| `limite` | any | 整型,期限 |
返回:float
## `Stock_TransferSecuritiesDetailVolQJ(begt, endt, limite)`
区间指定期限的融出数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
| -------- | -------- | ------------- |
| `begt` | datetime | 日期,开始时间 |
| `endt` | datetime | 日期,截止时间 |
| `limite` | any | 整型,期限 |
返回:float