✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-6
@@ -16,11 +16,8 @@
|
||||
|
||||
```tsl
|
||||
// "SH600837"在20220811日融券余量
|
||||
|
||||
SetSysParam(pn_stock(), "SH600837");
|
||||
|
||||
SetSysParam(pn_date(), 20220811T);
|
||||
|
||||
return Stock_TransferSecuritiesAllowanceAmount();
|
||||
// 输出:91331700
|
||||
```
|
||||
@@ -41,11 +38,8 @@ return Stock_TransferSecuritiesAllowanceAmount();
|
||||
|
||||
```tsl
|
||||
// "SH600837"在20220811日融券余量
|
||||
|
||||
SetSysParam(pn_stock(), "SH600837");
|
||||
|
||||
SetSysParam(pn_date(), 20220811T);
|
||||
|
||||
return Stock_TransferSecuritiesAllowanceVol();
|
||||
// 输出:9456300
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user