✨ 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 @@
|
||||
|
||||
## `forExrateMidPrice(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日汇率中间价,与系统参数(外汇代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -19,6 +21,8 @@ return ForExrateMidPrice(20200420T);
|
||||
|
||||
## `forExrateMidPriceBegTEndT(begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间汇率数据,与系统参数(外汇代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -39,6 +43,8 @@ return ForExrateMidPriceBegTEndT(begt,endt);
|
||||
|
||||
## `forExRateZf(begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取汇率区间收益率,与系统参数(外汇代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -59,6 +65,8 @@ return ForExRateZf(BegT,EndT);
|
||||
|
||||
## `getCurrencyCodeBySecurityCode(stockid)`
|
||||
|
||||
声明:function
|
||||
|
||||
根据证券代码得到其币种代码。目前对照包括上交所、深交所、联交所股票。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user