📦 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 @@
## `futuresfeeamount(endt, feeamounttype)`
声明:function
获得指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -20,6 +22,8 @@ return FuturesFeeAmount(inttodate(20140328),0);
## `futuresfeerate(endt, feeratetype)`
声明:function
获得指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -38,6 +42,8 @@ return FuturesFeeRate(inttodate(20140328),0);
## `futuresspfeeunit(endt, feetype)`
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
@@ -49,6 +55,8 @@ return FuturesFeeRate(inttodate(20140328),0);
## `futuresspfeecost(endt, feetype, amount, vol)`
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |