📝 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 @@
# 金融函数 - 股票 / 股票质押回购平均质押率
## 函数
### `marketPrLimitePledgeRateEndT(mtype, endt)`
指定日指定市场有限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------- |
| `mtype` | any | 整型,市场类型 |
| `endt` | datetime | 日期,截止日 |
返回:float
### `marketPrUnLimitePledgeRateEndT(mtype, endt)`
指定日指定市场无限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------- |
| `mtype` | any | 整型,市场类型 |
| `endt` | datetime | 日期,截止日 |
返回:float|void