|
|
@@ -1200,39 +1200,6 @@ definitions:
|
|
|
required:
|
|
|
- spotcontractid
|
|
|
type: object
|
|
|
- models.CycleData:
|
|
|
- properties:
|
|
|
- close:
|
|
|
- description: 收盘价
|
|
|
- type: integer
|
|
|
- gc:
|
|
|
- description: 商品代码
|
|
|
- type: string
|
|
|
- high:
|
|
|
- description: 最高价
|
|
|
- type: integer
|
|
|
- hv:
|
|
|
- description: 持仓量
|
|
|
- type: integer
|
|
|
- low:
|
|
|
- description: 最低价
|
|
|
- type: integer
|
|
|
- open:
|
|
|
- description: 开盘价
|
|
|
- type: integer
|
|
|
- sp:
|
|
|
- description: 结算价,日线周期(包括)以上才有
|
|
|
- type: integer
|
|
|
- sst:
|
|
|
- description: 时间文本
|
|
|
- type: string
|
|
|
- tt:
|
|
|
- description: 总金额
|
|
|
- type: integer
|
|
|
- tv:
|
|
|
- description: 总量
|
|
|
- type: integer
|
|
|
- type: object
|
|
|
models.Division:
|
|
|
properties:
|
|
|
autoid:
|
|
|
@@ -3045,33 +3012,33 @@ definitions:
|
|
|
type: object
|
|
|
quote.HistoryData:
|
|
|
properties:
|
|
|
- Opened:
|
|
|
- description: 开盘价
|
|
|
- type: number
|
|
|
- closed:
|
|
|
+ c:
|
|
|
description: 收盘价
|
|
|
type: number
|
|
|
- highest:
|
|
|
- description: 收盘价
|
|
|
+ h:
|
|
|
+ description: 最高价
|
|
|
type: number
|
|
|
- holdVolume:
|
|
|
+ hv:
|
|
|
description: 持仓量
|
|
|
- type: number
|
|
|
- lowest:
|
|
|
+ type: integer
|
|
|
+ l:
|
|
|
description: 最低价
|
|
|
type: number
|
|
|
- settle:
|
|
|
- description: 结算价
|
|
|
+ o:
|
|
|
+ description: 开盘价
|
|
|
+ type: number
|
|
|
+ s:
|
|
|
+ description: 结算价,日线周期(包括)以上才有
|
|
|
type: number
|
|
|
- timeStamp:
|
|
|
+ ts:
|
|
|
description: 开盘时间
|
|
|
type: string
|
|
|
- totleTurnover:
|
|
|
+ tt:
|
|
|
description: 总金额
|
|
|
type: number
|
|
|
- totleVolume:
|
|
|
+ tv:
|
|
|
description: 总量
|
|
|
- type: number
|
|
|
+ type: integer
|
|
|
type: object
|
|
|
quote.QueryTSDataRsp:
|
|
|
properties:
|
|
|
@@ -4529,7 +4496,7 @@ paths:
|
|
|
/Quote/QueryHistoryDatas:
|
|
|
get:
|
|
|
parameters:
|
|
|
- - description: '周期类型, 0: 秒 1: 1分钟 2: 5分钟 3: 30分钟 4: 60分钟 120: 2小时 240: 4小时 11:
|
|
|
+ - description: '周期类型, 0-秒 1: 1分钟 2: 5分钟 3: 30分钟 4: 60分钟 120: 2小时 240: 4小时 11:
|
|
|
日线 10: Tik'
|
|
|
in: query
|
|
|
name: cycleType
|
|
|
@@ -4562,7 +4529,7 @@ paths:
|
|
|
"200":
|
|
|
description: OK
|
|
|
schema:
|
|
|
- $ref: '#/definitions/models.CycleData'
|
|
|
+ $ref: '#/definitions/quote.HistoryData'
|
|
|
"500":
|
|
|
description: Internal Server Error
|
|
|
schema:
|