📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 deletions
@@ -2,6 +2,8 @@
## `stockGetPledgedRepoTradeVol(stock_id, beg_t, end_t)`
声明:function
获取区间指定证券股票质押回购交易明细数据。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `stockPrInitTradeVol()`
声明:function
指定日指定证券初始交易数量,与系统参数(证券代码,日期)相关
返回:float
@@ -28,6 +32,8 @@ return StockPRInitTradeVol();
## `stockPrInitTradeVolSum(begt, endt)`
声明:function
区间指定证券初始交易数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |
@@ -46,6 +52,8 @@ return StockPRInitTradeVolSum(20210101T,20210924T);
## `stockPrRedemVol()`
声明:function
指定日指定证券购回交易数量,与系统参数(证券代码,日期)相关
返回:float
@@ -60,6 +68,8 @@ return StockPRRedemVol();
## `stockPrRedemVolSum(begt, endt)`
声明:function
区间指定证券购回交易数量,与系统参数(证券代码)相关
| 参数 | 类型 | 说明 |