|
|
@@ -10569,6 +10569,66 @@ const docTemplate = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/Guangzuan/QueryGzbscreckonorder": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "广钻"
|
|
|
+ ],
|
|
|
+ "summary": "保税仓结算单表查询",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "userid",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "支付状态 - 2:待支付 3:已支付(枚举:GZBSCPayStatus)",
|
|
|
+ "name": "paystatus",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "页码",
|
|
|
+ "name": "page",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "每页条数",
|
|
|
+ "name": "pagesize",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/models.Gzbscreckonorder"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/Guangzuan/QueryGzbscusermonthpay": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -20891,11 +20951,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -22297,7 +22353,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"amount": {
|
|
|
- "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"applyid": {
|
|
|
@@ -22881,7 +22937,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"deductamount": {
|
|
|
- "description": "退款(非必填)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -22921,7 +22977,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"payamount": {
|
|
|
- "description": "收付款(非必填)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricemove": {
|
|
|
@@ -23088,11 +23144,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
},
|
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
|
@@ -23689,31 +23741,31 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffArbitrageQty": {
|
|
|
- "description": "套利变动量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffExposoureQty": {
|
|
|
- "description": "变动量(套保敞口)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffFutuQty": {
|
|
|
- "description": "变动量(期货总量) 平安:保值净持仓量今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffHedgeQty": {
|
|
|
- "description": "套保变动量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffQty": {
|
|
|
- "description": "变动量(总敞口) 平安:净敞口今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffSpotHedgeQty": {
|
|
|
- "description": "变动量(现货应套保总量) 平安:应套保量今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffSpotQty": {
|
|
|
- "description": "变动量(现货总量) = 现货数量 - 期初现货数量 平安:采销定价净值今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"enumdicname": {
|
|
|
@@ -25328,11 +25380,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
},
|
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
|
@@ -25667,11 +25715,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -27505,7 +27549,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curaverageprice": {
|
|
|
- "description": "期末均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curbuyamount": {
|
|
|
@@ -27517,7 +27561,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curmarketvalue": {
|
|
|
- "description": "参考市值(期末市值)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curqty": {
|
|
|
@@ -27541,7 +27585,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curspotprice": {
|
|
|
- "description": "参考市价(最新价)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -27573,7 +27617,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"floatpl": {
|
|
|
- "description": "浮动损益",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodsunitid": {
|
|
|
@@ -27621,7 +27665,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "今日采购均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyqty": {
|
|
|
@@ -27641,7 +27685,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
|
- "description": "今日销售均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellqty": {
|
|
|
@@ -30573,7 +30617,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"convertratio": {
|
|
|
- "description": "折算系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -30597,11 +30641,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"diffprice": {
|
|
|
- "description": "现期价格差 = 今日点价登记均价(基价) - 今日期货成交均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffqty": {
|
|
|
- "description": "期现数量差 = 套保计划量 - 今日期货关联成交量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"enddate": {
|
|
|
@@ -30609,7 +30653,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"hedgeplanqty": {
|
|
|
- "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"matchname": {
|
|
|
@@ -30633,31 +30677,31 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"middlegoodspricedqty": {
|
|
|
- "description": "已定价量(套保品种 - 税前) = PricedQty * 折算系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty2": {
|
|
|
- "description": "已定价量(套保品种- 税后) = MiddleGoodsPricedQty * (1/(1+增值税率))",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty3": {
|
|
|
- "description": "已定价量(套保品种应套保量) = MiddleGoodsPricedQty2 * 套保比率",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"needhedgeratio": {
|
|
|
- "description": "套保系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount": {
|
|
|
- "description": "已定价额(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount2": {
|
|
|
- "description": "已定价额(现货-基价额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedqty": {
|
|
|
- "description": "已定价量(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"reckondate": {
|
|
|
@@ -30665,11 +30709,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"relatedmiddlegoodsamount": {
|
|
|
- "description": "已关联额(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"relatedmiddlegoodsqty": {
|
|
|
- "description": "已关联量(套保品种)(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"spotcontractid": {
|
|
|
@@ -30677,39 +30721,39 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"todayavgfutuprice": {
|
|
|
- "description": "今日期货成交均价 = TodayRelatedMiddleGoodsAmount /todayrelatedfutureqty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice": {
|
|
|
- "description": "今日定价均价 = TodayPricedAmount / TodayPricedQty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice2": {
|
|
|
- "description": "今日点价登记均价(基价) = TodayPricedAmount2 / TodayPricedQty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedamount": {
|
|
|
- "description": "今日定价额(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedamount2": {
|
|
|
- "description": "今日定价额(现货-基价额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedqty": {
|
|
|
- "description": "今日定价量(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedfutureqty": {
|
|
|
- "description": "今日关联量(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedmiddlegoodsamount": {
|
|
|
- "description": "今日关联额(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedmiddlegoodsqty": {
|
|
|
- "description": "今日关联量(套保品-期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"updatetime": {
|
|
|
@@ -30721,7 +30765,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"vatrate": {
|
|
|
- "description": "增值税率",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardcode": {
|
|
|
@@ -31270,7 +31314,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closeavgprice": {
|
|
|
- "description": "平仓均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closepl": {
|
|
|
@@ -31338,7 +31382,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holdqty": {
|
|
|
- "description": "期末持仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"lastholdamount": {
|
|
|
@@ -31370,7 +31414,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openavgprice": {
|
|
|
- "description": "开仓均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdamount": {
|
|
|
@@ -31378,7 +31422,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdqty": {
|
|
|
- "description": "期初持仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriopenamount": {
|
|
|
@@ -31422,7 +31466,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaycloseqty": {
|
|
|
- "description": "今平仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
|
@@ -31438,7 +31482,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayopenqty": {
|
|
|
- "description": "今开仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -33104,11 +33148,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
},
|
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
|
@@ -33414,11 +33454,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
},
|
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
|
@@ -35900,6 +35936,102 @@ const docTemplate = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.Gzbscreckonorder": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "userid"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "accountid": {
|
|
|
+ "description": "资金账户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applicant": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applicanttime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "confirmtime": {
|
|
|
+ "description": "确认时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "customsfee": {
|
|
|
+ "description": "报关费",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "handlestatus": {
|
|
|
+ "description": "处理状态",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "importfile": {
|
|
|
+ "description": "导入文件名",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "importtime": {
|
|
|
+ "description": "导入时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "orderid": {
|
|
|
+ "description": "单据ID(SEQ_GZ_BSCRECKONORDER)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "paystatus": {
|
|
|
+ "description": "支付状态 - 2:待支付 3:已支付(枚举:GZBSCPayStatus)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "paytime": {
|
|
|
+ "description": "支付时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "paytradedate": {
|
|
|
+ "description": "支付交易日(yyyyMMdd)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "powerfee": {
|
|
|
+ "description": "分拣室电费",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "premium": {
|
|
|
+ "description": "保险费",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "reckonmonth": {
|
|
|
+ "description": "结算月份(yyyyMM)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "servicefee": {
|
|
|
+ "description": "分拣室服务费",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "storagefee": {
|
|
|
+ "description": "仓储费",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "totalfee": {
|
|
|
+ "description": "合计费用",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "userkey": {
|
|
|
+ "description": "用户唯一标识",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wmsorderid": {
|
|
|
+ "description": "WMS结算单流水号",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.GzbsfworderM": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -47149,11 +47281,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -47287,11 +47415,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -47588,11 +47712,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
|
@@ -49006,11 +49126,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
},
|
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
|
@@ -49038,7 +49154,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -49107,7 +49223,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"qty": {
|
|
|
- "description": "转让数量(数量)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeid": {
|
|
|
@@ -49168,7 +49284,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"freezeqty": {
|
|
|
- "description": "冻结数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodscode": {
|
|
|
@@ -49204,7 +49320,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holderqty": {
|
|
|
- "description": "持仓数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"isconfirmexercise": {
|
|
|
@@ -49228,7 +49344,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openqty": {
|
|
|
- "description": "建仓数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"optiontype": {
|
|
|
@@ -50322,7 +50438,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"fixedprice": {
|
|
|
- "description": "挂牌价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"handlestatus": {
|
|
|
@@ -50330,7 +50446,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "履约保证金比例",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -50512,7 +50628,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"averageprice": {
|
|
|
- "description": "成交均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradedate": {
|
|
|
@@ -50770,7 +50886,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"averageprice": {
|
|
|
- "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"begindate": {
|
|
|
@@ -50886,7 +51002,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodsamount": {
|
|
|
- "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodscode": {
|
|
|
@@ -51766,7 +51882,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"stepvalue": {
|
|
|
- "description": "步骤值",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"templateid": {
|
|
|
@@ -52077,7 +52193,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"amount": {
|
|
|
- "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"bannerpicurl": {
|
|
|
@@ -52137,11 +52253,11 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezecharge": {
|
|
|
- "description": "冻结手续费",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezemargin": {
|
|
|
- "description": "冻结保证金(保证金)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"futupricemove": {
|
|
|
@@ -52177,7 +52293,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "保证金设置值(履约保证金)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -52419,7 +52535,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverymonth": {
|
|
|
@@ -52792,7 +52908,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"unpaidamount": {
|
|
|
- "description": "剩余款(待支付金额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -53339,7 +53455,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -53476,11 +53592,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"tradeamount": {
|
|
|
- "description": "日成交金额(当日单方向成交金额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeqty": {
|
|
|
- "description": "日成交数量(当日单方向成交数量)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardid": {
|
|
|
@@ -53649,7 +53765,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"unpaidinterest": {
|
|
|
- "description": "未结费用",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"updatetime": {
|
|
|
@@ -54241,7 +54357,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -57530,11 +57646,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
},
|
|
|
"markets": {
|
|
|
"description": "市场",
|
|
|
@@ -57552,19 +57664,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"userAccount": {
|
|
|
"description": "用户账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Useraccount"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
},
|
|
|
"userInfo": {
|
|
|
"description": "用户信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Userinfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Userinfo"
|
|
|
},
|
|
|
"username": {
|
|
|
"description": "用户姓名",
|