feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -0,0 +1,59 @@
# 期权 / 基本交易策略
## `TSOptionStrategy`
声明:class
期权基本交易策略框架
<!-- tags: 买卖 期权合约 衍生品 期权策略 期权组合 -->
### `fOptionArr`
声明:field
期权代码
可见性:`public`
类型:array
### `fStrategyID`
声明:field
期权策略名称
可见性:`public`
类型:integer
### `fDirection`
声明:field
策略方向
可见性:`public`
类型:integer
### `fEndT`
声明:field
选择策略的时间
可见性:`public`
类型:double
### `main_option()`
声明:function
根据期权代码、策略和方向生成期权配对结果
<!-- tags: 期权合约 衍生品 -->
可见性:`public`