✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 统计套利 / 股指期货
|
||||
|
||||
## `TSStatisticalArbitrage`
|
||||
## `tsStatisticalArbitrage`
|
||||
|
||||
声明:class
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
<!-- tags: 汇总 期货合约 衍生品 股指期货 配对交易 协整 -->
|
||||
|
||||
父类:`TSBackTesting`
|
||||
父类:`tsBackTesting`
|
||||
|
||||
### `fStockX`
|
||||
### `FStockX`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
类型:string
|
||||
|
||||
### `fStockY`
|
||||
### `FStockY`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
类型:string
|
||||
|
||||
### `fMethod`
|
||||
### `FMethod`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
类型:integer
|
||||
|
||||
### `fPreN`
|
||||
### `FPreN`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
类型:integer
|
||||
|
||||
### `fAdjusttime`
|
||||
### `FAdjusttime`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
类型:integer
|
||||
|
||||
### `fTradeMethod`
|
||||
### `FTradeMethod`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
类型:integer
|
||||
|
||||
### `fOpen_N1`
|
||||
### `FOpen_N1`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fOpen_N2`
|
||||
### `FOpen_N2`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fClose_N1`
|
||||
### `FClose_N1`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fClose_N2`
|
||||
### `FClose_N2`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fzs_N1`
|
||||
### `Fzs_N1`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fzs_N2`
|
||||
### `Fzs_N2`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
|
||||
类型:real
|
||||
|
||||
### `fMaxN`
|
||||
### `FMaxN`
|
||||
|
||||
声明:field
|
||||
|
||||
@@ -140,4 +140,4 @@
|
||||
|
||||
类型:integer
|
||||
|
||||
该类未新增成员方法;使用范例中的查询方法继承自 TSBackTesting 父类接口
|
||||
该类未新增成员方法;使用范例中的查询方法继承自 tsBackTesting 父类接口
|
||||
|
||||
Reference in New Issue
Block a user