feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -1,6 +1,6 @@
# 事件套利 / 指数调整效应
## `TSIndexEffect`
## `tsIndexEffect`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 基准指数 指数产品 指数调整 调入调出 事件研究 -->
### `fAdjustIndexID`
### `FAdjustIndexID`
声明:field
@@ -18,7 +18,7 @@
类型:string
### `fBegt`
### `FBegt`
声明:field
@@ -28,7 +28,7 @@
类型:date
### `fEndt`
### `FEndt`
声明:field
@@ -38,7 +38,7 @@
类型:date
### `fEventDay`
### `FEventDay`
声明:field
@@ -48,7 +48,7 @@
类型:integer
### `fInout`
### `FInout`
声明:field
@@ -58,7 +58,7 @@
类型:integer
### `getRegularAdjustData()`
### `GetRegularAdjustData()`
声明:function
@@ -70,7 +70,7 @@
返回:array
### `getRegularAdjustmentDate()`
### `GetRegularAdjustmentDate()`
声明:function
@@ -82,7 +82,7 @@
返回:array
### `getImpleDate(indexid, begt, endt)`
### `GetImpleDate(indexid, begt, endt)`
声明:function
@@ -100,7 +100,7 @@
返回:array
### `getInspecLastDate(indexid, imple_date)`
### `GetInspecLastDate(indexid, imple_date)`
声明:function
@@ -117,7 +117,7 @@
返回:date
### `getSampleData()`
### `GetSampleData()`
声明:function