📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# 金融函数 - 基金 / 基金经理
|
||||
|
||||
## 函数
|
||||
|
||||
### `fundManagerByEndt()`
|
||||
|
||||
在任基金经理,与系统参数(基金代码、日期)相关
|
||||
|
||||
返回:array
|
||||
|
||||
### `fundmanagerid2Funds(managerid)`
|
||||
|
||||
基金经理ID查询所有管理过的基金,与时间无关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ----------- | ------ | ------------------- |
|
||||
| `managerid` | string | 字符串,基金经理名称 |
|
||||
|
||||
返回:array
|
||||
|
||||
### `fundmanagername2Id(managername)`
|
||||
|
||||
基金经理名称查询基金经理ID
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | ------ | ------------------- |
|
||||
| `managername` | string | 字符串,基金经理名称 |
|
||||
|
||||
返回:string
|
||||
Reference in New Issue
Block a user