✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
+3
-4
@@ -247,10 +247,9 @@ return StockBTDiscountAmountSumPercent(20201119T, 20201120T);
|
||||
范例01:2020年11月19日到2020年11月20日SZ002304的平价大宗总成交额(万)
|
||||
|
||||
```tsl
|
||||
// 2020年11月19日到2020年11月20日SZ002304的平价大宗总成交额(万)
|
||||
|
||||
return StockBTFairAmountSum(20201119T, 20201120T);
|
||||
// 输出:0
|
||||
setSysParam(pn_stock(), 'SH600000');
|
||||
return stockbtfairamountsum(20201119T, 20201120T);
|
||||
// 输出:0.0
|
||||
```
|
||||
|
||||
## `stockbtfairamountsumpercent(begt, endt)`
|
||||
|
||||
Reference in New Issue
Block a user