📝 docs(tsl): complete and lint codegen reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 期货 / 指定日
|
||||
|
||||
### `futuresMtpGetData(future_id, end_t, _type)`
|
||||
## `futuresMtpGetData(future_id, end_t, _type)`
|
||||
|
||||
结算会员成交持仓排名相关数据。如果返回array(),说明无相关数据。
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
| ----------- | -------- | ------------------------------- |
|
||||
| `future_id` | string | 字符串。期货代码 |
|
||||
| `end_t` | datetime | 日期。截止日期 |
|
||||
| `_type` | int | 用户自定义。排名类型,取值如下: |
|
||||
| `_type` | int | 用户自定义。排名类型,取值如下: |
|
||||
|
||||
返回:array
|
||||
|
||||
### `futuresMtpGetDataQj(future_id, begt, end_t, rank_type)`
|
||||
## `futuresMtpGetDataQj(future_id, begt, end_t, rank_type)`
|
||||
|
||||
结算会员成交持仓排名相关数据。如果返回array(),说明无相关数据。
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `futuresMtpNoNVolValue(future_id, end_t, top_n, field, rank_type)`
|
||||
## `futuresMtpNoNVolValue(future_id, end_t, top_n, field, rank_type)`
|
||||
|
||||
指定日第N名机构成交量相关数据。如果返回0,说明无相关数据。
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `futuresMtpSumNVolValue(future_id, end_t, top_n, field, rank_type)`
|
||||
## `futuresMtpSumNVolValue(future_id, end_t, top_n, field, rank_type)`
|
||||
|
||||
指定日前N名机构成交量相关数据。如果返回0,说明无相关数据
|
||||
|
||||
|
||||
Reference in New Issue
Block a user