📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,25 @@
# 金融函数 - 股票 / 转融券交易明细
## 函数
### `stockTransferSecuritiesDetailVolQj(begt, endt, limite)`
区间指定期限的融出数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
| -------- | -------- | ------------- |
| `begt` | datetime | 日期,开始时间 |
| `endt` | datetime | 日期,截止时间 |
| `limite` | any | 整型,期限 |
返回:float
### `stockTransferSecuritiesDetailVol(limite)`
指定日指定期限的融出数量,与系统参数(证券代码、时间)相关
| 参数 | 类型 | 说明 |
| -------- | ---- | --------- |
| `limite` | any | 整型,期限 |
返回:float