|
|
@@ -24651,7 +24651,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"fillData": {
|
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
|
- "$ref": "#/definitions/asign.APIFillData"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/asign.APIFillData"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"tableDatas": {
|
|
|
"description": "表格填充数据",
|
|
|
@@ -24695,11 +24699,19 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"company": {
|
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
|
- "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"person": {
|
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
|
- "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"type": {
|
|
|
"description": "实体类型 1:个人 2:企业",
|
|
|
@@ -25171,7 +25183,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -26573,7 +26589,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"amount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"applyid": {
|
|
|
@@ -27157,7 +27173,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"deductamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "退款(非必填)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -27197,7 +27213,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"payamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "收付款(非必填)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricemove": {
|
|
|
@@ -27364,7 +27380,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
|
@@ -27961,31 +27981,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": {
|
|
|
@@ -29600,7 +29620,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
|
@@ -29935,7 +29959,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -31949,7 +31977,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "期末均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curbuyamount": {
|
|
|
@@ -31961,7 +31989,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curmarketvalue": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "参考市值(期末市值)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curqty": {
|
|
|
@@ -31985,7 +32013,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curspotprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "参考市价(最新价)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -32017,7 +32045,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"floatpl": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "浮动损益",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodsunitid": {
|
|
|
@@ -32065,7 +32093,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今日采购均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyqty": {
|
|
|
@@ -32085,7 +32113,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今日销售均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellqty": {
|
|
|
@@ -35017,7 +35045,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"convertratio": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "折算系数",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -35041,11 +35069,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"diffprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "现期价格差 = 今日点价登记均价(基价) - 今日期货成交均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "期现数量差 = 套保计划量 - 今日期货关联成交量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"enddate": {
|
|
|
@@ -35053,7 +35081,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"hedgeplanqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"matchname": {
|
|
|
@@ -35077,31 +35105,31 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"middlegoodspricedqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价量(套保品种 - 税前) = PricedQty * 折算系数",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty2": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价量(套保品种- 税后) = MiddleGoodsPricedQty * (1/(1+增值税率))",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty3": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价量(套保品种应套保量) = MiddleGoodsPricedQty2 * 套保比率",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"needhedgeratio": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "套保系数",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价额(现货)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount2": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价额(现货-基价额)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已定价量(现货)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"reckondate": {
|
|
|
@@ -35109,11 +35137,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"relatedmiddlegoodsamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已关联额(期货)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"relatedmiddlegoodsqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "已关联量(套保品种)(期货)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"spotcontractid": {
|
|
|
@@ -35121,39 +35149,39 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"todayavgfutuprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今日期货成交均价 = TodayRelatedMiddleGoodsAmount /todayrelatedfutureqty",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今日定价均价 = TodayPricedAmount / TodayPricedQty",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice2": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今日点价登记均价(基价) = TodayPricedAmount2 / TodayPricedQty",
|
|
|
"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": {
|
|
|
@@ -35165,7 +35193,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"vatrate": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "增值税率",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardcode": {
|
|
|
@@ -35714,7 +35742,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closeavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "平仓均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closepl": {
|
|
|
@@ -35782,7 +35810,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holdqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "期末持仓量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"lastholdamount": {
|
|
|
@@ -35814,7 +35842,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "开仓均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdamount": {
|
|
|
@@ -35822,7 +35850,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "期初持仓量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriopenamount": {
|
|
|
@@ -35866,7 +35894,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaycloseqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今平仓量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
|
@@ -35882,7 +35910,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayopenqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "今开仓量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -37600,7 +37628,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
|
@@ -37906,7 +37938,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
|
@@ -39947,6 +39983,10 @@ const docTemplate = `{
|
|
|
"models.GetAmtInByPaidUrlRsp": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
+ "bankcode": {
|
|
|
+ "description": "银行代码 - 混合支付",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"channelmode": {
|
|
|
"description": "渠道类型:ChillPay,PayerMax,AsiaPay",
|
|
|
"type": "string"
|
|
|
@@ -40072,7 +40112,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"riskRatioType": {
|
|
|
"description": "风险率类型表",
|
|
|
- "$ref": "#/definitions/models.Riskratiotype"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Riskratiotype"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"todayAccountMargins": {
|
|
|
"description": "今日账户保证金表",
|
|
|
@@ -53563,7 +53607,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"tHDetailEx": {
|
|
|
"description": "交易持仓扩展表记录",
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"thumurls": {
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
|
@@ -55587,7 +55635,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -55721,7 +55773,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -56018,7 +56074,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
|
@@ -57457,7 +57517,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
|
@@ -57489,7 +57553,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "委托价格",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -57558,7 +57622,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"qty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "转让数量(数量)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeid": {
|
|
|
@@ -58029,7 +58093,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"freezeqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "冻结数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodscode": {
|
|
|
@@ -58065,7 +58129,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holderqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "持仓数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"isconfirmexercise": {
|
|
|
@@ -58089,7 +58153,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "建仓数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"optiontype": {
|
|
|
@@ -59752,7 +59816,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"fixedprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "挂牌价格",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"handlestatus": {
|
|
|
@@ -59760,7 +59824,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "履约保证金比例",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -59942,7 +60006,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"averageprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "成交均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradedate": {
|
|
|
@@ -60200,7 +60264,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"averageprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"begindate": {
|
|
|
@@ -60324,7 +60388,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodsamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodscode": {
|
|
|
@@ -61212,7 +61276,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"stepvalue": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "步骤值",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"templateid": {
|
|
|
@@ -61523,7 +61587,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"amount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"bannerpicurl": {
|
|
|
@@ -61583,11 +61647,11 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezecharge": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "冻结手续费",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezemargin": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "冻结保证金(保证金)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"futupricemove": {
|
|
|
@@ -61623,7 +61687,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "保证金设置值(履约保证金)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -61865,7 +61929,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "起摘数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverymonth": {
|
|
|
@@ -62286,7 +62350,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"unpaidamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "剩余款(待支付金额)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -62833,7 +62897,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "起摘数量",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -62970,11 +63034,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"tradeamount": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "日成交金额(当日单方向成交金额)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeqty": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "日成交数量(当日单方向成交数量)",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardid": {
|
|
|
@@ -63143,7 +63207,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"unpaidinterest": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "未结费用",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"updatetime": {
|
|
|
@@ -63735,7 +63799,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "期初均价",
|
|
|
+ "description": "委托价格",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -67033,11 +67097,19 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"organizationInfo": {
|
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
|
- "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"personInfo": {
|
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
|
- "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"userESignRecordID": {
|
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
|
@@ -67207,7 +67279,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"markets": {
|
|
|
"description": "市场",
|
|
|
@@ -67225,11 +67301,19 @@ const docTemplate = `{
|
|
|
},
|
|
|
"userAccount": {
|
|
|
"description": "用户账号",
|
|
|
- "$ref": "#/definitions/models.Useraccount"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"userInfo": {
|
|
|
"description": "用户信息",
|
|
|
- "$ref": "#/definitions/models.Userinfo"
|
|
|
+ "allOf": [
|
|
|
+ {
|
|
|
+ "$ref": "#/definitions/models.Userinfo"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"username": {
|
|
|
"description": "用户姓名",
|