✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-11
@@ -22,7 +22,6 @@
|
||||
|
||||
```tsl
|
||||
// 东时转债在20250101~20251030日的每日上榜情况
|
||||
|
||||
return Bond_TBDailyList("SH113575", 20250101T, 20251030T);
|
||||
```
|
||||
|
||||
@@ -48,7 +47,6 @@ return Bond_TBDailyList("SH113575", 20250101T, 20251030T);
|
||||
|
||||
```tsl
|
||||
// 领益智造在区间20250101~20251030之间的交易公开汇总数据
|
||||
|
||||
return Bond_TBSumQJ("SZ002600", 20250101T, 20251030T);
|
||||
```
|
||||
|
||||
@@ -79,15 +77,10 @@ return Bond_TBSumQJ("SZ002600", 20250101T, 20251030T);
|
||||
|
||||
```tsl
|
||||
Ret := GetPublicTradingInformation_Bond(array("SZ300020", "SZ300282"), inttodate(20140120),
|
||||
|
||||
inttodate(20140124), Array(1.00, 2), array("买入", "卖出"),
|
||||
|
||||
Array("华泰证券", "申银万国"), array(), t);
|
||||
|
||||
If Ret then // 查询成功
|
||||
|
||||
Return t;
|
||||
|
||||
Else
|
||||
// 输出:获取SZ300020和SZ300282在20140120日至20140124日时间段的异动类型为1或2的买入或卖出泰证券或申银万国机构的交易公开数据
|
||||
```
|
||||
@@ -96,13 +89,9 @@ Else
|
||||
|
||||
```tsl
|
||||
Ret := GetPublicTradingInformation_Bond(array("SZ300020", "SZ300282"), inttodate(20140120),
|
||||
|
||||
inttodate(20140124), Array(1.00, 2), array("买入", "卖出"),
|
||||
|
||||
Array("华泰证券", "申银万国"), array(), t);
|
||||
|
||||
If Ret then // 查询成功
|
||||
|
||||
Return "获取数据失败";
|
||||
// 输出:获取SZ300020和SZ300282在20140120日至20140124日时间段的异动类型为1或2的买入或卖出泰证券或申银万国机构的交易公开数据
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user