✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
@@ -339,6 +339,26 @@ setsysparam(pn_date(), 20190403T);
|
||||
return CB_SatisfyBalanceRedemption ();
|
||||
```
|
||||
|
||||
## `cb_satisfyConditionalPutback()`
|
||||
|
||||
声明:function
|
||||
|
||||
判断指定证券在系统日期是否满足有条件回售的收盘价限制条件
|
||||
|
||||
<!-- tags: 金融 债券 可转债 条件回售 回售条件 收盘价 -->
|
||||
|
||||
返回:real
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:判断可转债是否满足有条件回售限制
|
||||
|
||||
```tsl
|
||||
setSysParam(pn_stock(), "SH113503");
|
||||
setSysParam(pn_date(), 20190403T);
|
||||
return cb_satisfyConditionalPutback();
|
||||
```
|
||||
|
||||
## `cb_satisfyConditionalRedemption()`
|
||||
|
||||
声明:function
|
||||
|
||||
Reference in New Issue
Block a user