✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `fundGetManagerTradeSharesData(fund_id, r_date2, r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取指定基金指定区间基金管理人交易明细数据 当RDate2=RDate时可取指定日数据
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -15,6 +17,8 @@
|
||||
|
||||
## `FundManagerTradeAmount_LYear(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -26,6 +30,8 @@
|
||||
|
||||
## `FundManagerTradeAmount_QJ(r_date2, r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期区间指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -38,6 +44,8 @@
|
||||
|
||||
## `FundManagerTradeAmount_Report(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -49,6 +57,8 @@
|
||||
|
||||
## `FundManagerTradeAveragePrice_Report(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金管理人交易均价,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -60,6 +70,8 @@
|
||||
|
||||
## `FundManagerTradeShares_LYear(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -71,6 +83,8 @@
|
||||
|
||||
## `FundManagerTradeSharesOfRate_LYear(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -82,6 +96,8 @@
|
||||
|
||||
## `FundManagerTradeSharesOfRate_QJ(r_date2, r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期区间指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -94,6 +110,8 @@
|
||||
|
||||
## `FundManagerTradeSharesOfRate_Report(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -105,6 +123,8 @@
|
||||
|
||||
## `FundManagerTradeShares_Report(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -116,6 +136,8 @@
|
||||
|
||||
## `FundManagerTradeShares_Year(r_date, t_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期本年以来指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -127,6 +149,8 @@
|
||||
|
||||
## `fundManagerTradeSharesDataQj(fund_id, r_date2, r_date, t_type, c_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期区间指定基金管理人交易份额、金额、均价、占比等指标
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user