@@ -2,6 +2,8 @@
|
||||
|
||||
## `stockGetPledgedRepoTradeVol(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取区间指定证券股票质押回购交易明细数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -14,6 +16,8 @@
|
||||
|
||||
## `stockPrInitTradeVol()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定证券初始交易数量,与系统参数(证券代码,日期)相关
|
||||
|
||||
返回:float
|
||||
@@ -28,6 +32,8 @@ return StockPRInitTradeVol();
|
||||
|
||||
## `stockPrInitTradeVolSum(begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间指定证券初始交易数量,与系统参数(证券代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -46,6 +52,8 @@ return StockPRInitTradeVolSum(20210101T,20210924T);
|
||||
|
||||
## `stockPrRedemVol()`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定证券购回交易数量,与系统参数(证券代码,日期)相关
|
||||
|
||||
返回:float
|
||||
@@ -60,6 +68,8 @@ return StockPRRedemVol();
|
||||
|
||||
## `stockPrRedemVolSum(begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间指定证券购回交易数量,与系统参数(证券代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user