✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
```tsl
|
||||
// 期权基本信息数据
|
||||
|
||||
return option_baseinfo();
|
||||
```
|
||||
|
||||
@@ -42,7 +41,6 @@ return option_baseinfo();
|
||||
|
||||
```tsl
|
||||
// 最活跃和持仓最大标的券合约情况数据
|
||||
|
||||
return option_DTList("SH510300", 20251112T, 0);
|
||||
```
|
||||
|
||||
@@ -66,6 +64,5 @@ return option_DTList("SH510300", 20251112T, 0);
|
||||
|
||||
```tsl
|
||||
// 行权交收信息数据
|
||||
|
||||
return option_ESInfo("SH510050");
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user