✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -280,7 +280,7 @@ Setsysparam(Pn_Stock(),IndexID);
|
||||
Endt:=20260331T;
|
||||
Begt:=20260101T;
|
||||
Cycle:=cy_Quarter();
|
||||
obj:=New TSF_Index2_ProfitDecompTest();
|
||||
obj:=New tsf_Index2_ProfitDecompTest();
|
||||
t:= obj.Cal_IndexDecompMetric02_Endt(IndexID,Endt,begt,0);
|
||||
return t;
|
||||
```
|
||||
@@ -310,7 +310,7 @@ IndexID:="SH000300";
|
||||
Setsysparam(Pn_Stock(),IndexID);
|
||||
Endt:=20260331T;
|
||||
Cycle:=cy_Quarter();
|
||||
obj:=New TSF_Index2_ProfitDecompTest();
|
||||
obj:=New tsf_Index2_ProfitDecompTest();
|
||||
t:= obj.Cal_IndexDecompMetric_Endt(IndexID,Endt,Cycle,0);
|
||||
return t;
|
||||
```
|
||||
@@ -343,7 +343,7 @@ Setsysparam(Pn_Stock(),IndexID);
|
||||
begt:=20100101T;
|
||||
Endt:=20260331T;
|
||||
Cycle:=cy_Quarter();
|
||||
obj:=New TSF_Index2_ProfitDecompTest();
|
||||
obj:=New tsf_Index2_ProfitDecompTest();
|
||||
t:= obj.Cal_IndexDecompMetric_QK(IndexID,begt,Endt,Cycle,0);
|
||||
return t;
|
||||
```
|
||||
@@ -455,7 +455,7 @@ begt:=20240101T;
|
||||
CalMethod:=1;
|
||||
Cycle:=cy_quarter();
|
||||
AttrType:=0;
|
||||
obj:=New TSF_Index2_ProfitDecompTest();
|
||||
obj:=New tsf_Index2_ProfitDecompTest();
|
||||
return
|
||||
obj.Sat_IndexDecompMetric_QK(IndexID,begt,Endt,Cycle,CalMethod,AttrType);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user