✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
|
||||
## `futuresdeliverydateendt()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日的期货最后交割日,与系统参数(期货代码、日期)相关
|
||||
|
||||
返回:int
|
||||
|
||||
## `futuresMinimumTradingMarginRateEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货的最低交易保证金(%),与证券代码、时间相关。
|
||||
|
||||
返回:float
|
||||
@@ -22,6 +26,8 @@ return FuturesMinimumTradingMarginRateEndT();
|
||||
|
||||
## `futuresTickSizeEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货的最小变动价位,与证券代码、时间相关。
|
||||
|
||||
返回:float
|
||||
@@ -36,6 +42,8 @@ return FuturesTickSizeEndT();
|
||||
|
||||
## `futuresMultiplierEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货的合约乘数,与证券代码、时间相关
|
||||
|
||||
返回:real
|
||||
@@ -52,6 +60,8 @@ return futuresMultiplierEndT (); //结果:500
|
||||
|
||||
## `futuresDeliveryDateEndT2()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货主力或者连续合约的交割日与系统参数(期货代码、日期)相关:
|
||||
|
||||
返回:INTEGER
|
||||
@@ -67,6 +77,8 @@ return futuresDeliveryDateEndT2(); //返回:20201218
|
||||
|
||||
## `futuresLastDateEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定期货最后交易日,与系统参数(期货代码、日期)相关
|
||||
|
||||
返回:INTEGER
|
||||
@@ -81,6 +93,8 @@ return futuresLastDateEndT(); //返回20210115
|
||||
|
||||
## `futuresPriceUpperLimitEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货价格的最大波动上限(%),与证券代码、时间相关。
|
||||
|
||||
返回:Real
|
||||
@@ -97,6 +111,8 @@ return futuresPriceUpperLimitEndT();
|
||||
|
||||
## `futuresPriceLowerLimitEndT()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期货价格的最大波动下限(%),与证券代码、时间相关。
|
||||
|
||||
返回:Real
|
||||
@@ -113,6 +129,8 @@ return futuresPriceLowerLimitEndT();
|
||||
|
||||
## `futuresbivalue(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
期货基本信息数据
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user