feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,7 +4,9 @@
声明:function
指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
<!-- tags: 金融 期货 期货手续费 获取 查询 -->
| 参数 | 类型 | 说明 |
| --------------- | --------- | ---------- |
@@ -26,7 +28,9 @@ return FuturesFeeAmount(inttodate(20140328), 0);
声明:function
指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
<!-- tags: 金融 期货 期货手续费 获取 查询 -->
| 参数 | 类型 | 说明 |
| ------------- | --------- | ---------- |
@@ -48,7 +52,9 @@ return FuturesFeeRate(inttodate(20140328), 0);
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
返回期货手续费单位,与系统参数(期货合约代码)相关
<!-- tags: 金融 期货 期货手续费 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | --------- | --------------------- |
@@ -63,7 +69,9 @@ return FuturesFeeRate(inttodate(20140328), 0);
声明:function
期货手续费单位,与系统参数(期货合约代码)相关
返回期货手续费单位,与系统参数(期货合约代码)相关
<!-- tags: 金融 期货 期货手续费 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | --------- | -------------------- |