✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 事件套利 / 事件应用
|
||||
|
||||
## `TSEDApplication`
|
||||
## `tsedApplication`
|
||||
|
||||
声明:class
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<!-- tags: 事件驱动 事件研究 事件应用 事件套利 -->
|
||||
|
||||
### `fEventNo`
|
||||
### `FEventNo`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
类型:int
|
||||
|
||||
### `fEventType`
|
||||
### `FEventType`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
类型:int
|
||||
|
||||
### `fEventDateType`
|
||||
### `FEventDateType`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
类型:int
|
||||
|
||||
### `fSampleData`
|
||||
### `FSampleData`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
类型:array
|
||||
|
||||
### `get_DataRP_SampleData_Time(rsp_cy)`
|
||||
### `Get_DataRP_SampleData_Time(rsp_cy)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_SampleData_PlateIndustry(rsp_cy, type_name)`
|
||||
### `Get_DataRP_SampleData_PlateIndustry(rsp_cy, type_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_SampleData_PlateIndustry(type_name)`
|
||||
### `Get_DataRP_SampleData_PlateIndustry(type_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_RevenueData_Event(return_opt)`
|
||||
### `Get_DataRP_RevenueData_Event(return_opt)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_RevenueData_Time(rsp_cy, n, return_opt)`
|
||||
### `Get_DataRP_RevenueData_Time(rsp_cy, n, return_opt)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_RevenueData_Statistics(return_opt)`
|
||||
### `Get_DataRP_RevenueData_Statistics(return_opt)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_RevenueData_Statistics2(rsp_cy, n, return_opt)`
|
||||
### `Get_DataRP_RevenueData_Statistics2(rsp_cy, n, return_opt)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
|
||||
返回:table
|
||||
|
||||
### `get_DataRP_RevenueData_Statistics3(type_name, n, return_opt)`
|
||||
### `Get_DataRP_RevenueData_Statistics3(type_name, n, return_opt)`
|
||||
|
||||
声明:function
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
范例01:调用示例
|
||||
|
||||
```tsl
|
||||
obj := CreateObject('TSEDApplication');
|
||||
obj := CreateObject('tsedApplication');
|
||||
obj.FEventNo := 1; //事件大类编号
|
||||
obj.FEventType := 0; //事件类型
|
||||
obj.FEventDateType := 0; //事件日类型
|
||||
|
||||
Reference in New Issue
Block a user