📝 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,36 @@
# 金融函数 - 期货 / 期货手续费
## 函数
### `futuresfeerate(endt, feeratetype)`
获得指定日期货合约手续费(交易额万分之),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
| ------------- | -------- | ---------- |
| `endt` | datetime | 指定日, |
| `feeratetype` | any | 手续费类型 |
返回:float
### `futuresfeeamount(endt, feeamounttype)`
获得指定日期货合约手续费(元/手),与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
| --------------- | -------- | ---------- |
| `endt` | datetime | 指定日, |
| `feeamounttype` | any | 手续费类型 |
返回:float
### `futuresspfeeunit(endt, feetype)`
期货手续费单位,与系统参数(期货合约代码)相关
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------- |
| `endt` | datetime | date,指定日 |
| `feetype` | any | usrdefine,手续费类型 |
返回:string