📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user