📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 金融函数 - 期货 / 国债期货可交割债券
|
||||
|
||||
## 函数
|
||||
|
||||
### `futuresIsDeliverBond(bond_id)`
|
||||
|
||||
当前国债是否可交割债券,与系统参数(证券)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | ------ | ---------------- |
|
||||
| `bond_id` | string | 字符串。债券代码 |
|
||||
|
||||
返回:any
|
||||
|
||||
### `futuresConverFactor(bond_id)`
|
||||
|
||||
指定国债的转换因子,与系统参数(证券)相关。如果返回0,说明不是可交割债券期货。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | ------ | ---------------- |
|
||||
| `bond_id` | string | 字符串。债券代码 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user