✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-5
@@ -315,11 +315,8 @@ Return R;
|
||||
|
||||
```tsl
|
||||
// SH600053所属申万行业名称。
|
||||
|
||||
setsysparam(pn_stock(), "SH600053");
|
||||
|
||||
setsysparam(pn_date(), 20181010T);
|
||||
|
||||
return StockSWIndustryNameLv1_2014();
|
||||
// 输出:其他金融业
|
||||
```
|
||||
@@ -414,7 +411,6 @@ return SWIndexName('SW801051');
|
||||
|
||||
```tsl
|
||||
// SW801040在2014年2月22日的行业名称。
|
||||
|
||||
return SWIndexNamebyDate("SW801040", 20140222T);
|
||||
// 输出:申万钢铁
|
||||
```
|
||||
@@ -439,6 +435,5 @@ return SWIndexNamebyDate("SW801040", 20140222T);
|
||||
|
||||
```tsl
|
||||
// 获取SW801016指数名称
|
||||
|
||||
return SWIndustryName("SW801016"); // 申万种植业
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user