| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763 |
- {
- "swagger": "2.0",
- "info": {
- "description": "新的查询服务,替代原通用查询服务。",
- "title": "MTP2.0 查询服务 API",
- "termsOfService": "http://muchinfo.cn",
- "contact": {},
- "license": {},
- "version": "1.0"
- },
- "basePath": "/api",
- "paths": {
- "/CPTrade/QueryPositionCancel": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "产能预售"
- ],
- "summary": "查询远期订单注销申请信息",
- "parameters": [
- {
- "type": "integer",
- "description": "账户ID",
- "name": "userid",
- "in": "query",
- "required": true
- },
- {
- "type": "integer",
- "description": "注销ID",
- "name": "cancelid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "资金账户ID",
- "name": "accountid",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/cptrade.Cptradepositioncancel"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- },
- "/CPTrade/QueryPreasleApply": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "产能预售"
- ],
- "summary": "查询产能预售申请信息",
- "parameters": [
- {
- "type": "integer",
- "description": "账户ID",
- "name": "userid",
- "in": "query",
- "required": true
- },
- {
- "type": "integer",
- "description": "申请ID",
- "name": "applyid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "资金账户ID",
- "name": "accountid",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/cptrade.Cptradepresaleapply"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- },
- "/CPTrade/QueryPresaleGoodsEx": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "产能预售"
- ],
- "summary": "查询产能预售商品扩展信息",
- "parameters": [
- {
- "type": "integer",
- "description": "预售商品ID",
- "name": "goodsid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "预售市场ID",
- "name": "marketid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "预售模式 - 1:一口价 2:大宗式竞拍",
- "name": "presalemode",
- "in": "query"
- },
- {
- "type": "string",
- "description": "预售商品ID列表 - 格式:1,2,3",
- "name": "goodsids",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/cptrade.Cptradepresalegoodsex"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- },
- "/CPTrade/QueryUserGoodsData": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "产能预售"
- ],
- "summary": "查询远期订单信息",
- "parameters": [
- {
- "type": "integer",
- "description": "资金账户ID",
- "name": "accountid",
- "in": "query",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/cptrade.Cptradeusergoodsdata"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- },
- "/Delivery/QueryDeliveryRelation": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "交割服务"
- ],
- "summary": "查询商品交割关系表",
- "parameters": [
- {
- "type": "integer",
- "description": "商品ID",
- "name": "goodsid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "品种ID",
- "name": "deliverygoodsid",
- "in": "query"
- },
- {
- "type": "integer",
- "description": "市场ID",
- "name": "marketid",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/delivery.Deliveryrelation"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- },
- "/WRTrade/GetAllDeliveryGoods": {
- "get": {
- "security": [
- {
- "ApiKeyAuth": []
- }
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "仓单贸易"
- ],
- "summary": "获取带仓单分类的种类信息",
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/app.Response"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "app.Response": {
- "type": "object",
- "properties": {
- "code": {
- "type": "integer"
- },
- "data": {
- "type": "object"
- },
- "msg": {
- "type": "string"
- }
- }
- },
- "cptrade.Cptradepositioncancel": {
- "type": "object",
- "required": [
- "cancelid"
- ],
- "properties": {
- "accountid": {
- "description": "申请人账户ID",
- "type": "integer"
- },
- "applystatus": {
- "description": "申请状态 - 1:已提交 2:初审通过 3:初审拒绝 4:初审失败 5复审通过 6:复审拒绝 7:复审失败 8:已撤销",
- "type": "integer"
- },
- "applytime": {
- "description": "申请时间",
- "type": "string"
- },
- "cancelid": {
- "description": "注销ID(SEQ_CPTRADE_POSITIONCANCEL)",
- "type": "integer"
- },
- "cancelqty": {
- "description": "注销数量",
- "type": "integer"
- },
- "createtime": {
- "description": "创建时间",
- "type": "string"
- },
- "creatorid": {
- "description": "创建人ID",
- "type": "integer"
- },
- "creatorname": {
- "description": "创建人",
- "type": "string"
- },
- "goodscode": {
- "description": "订单商品代码",
- "type": "string"
- },
- "goodsid": {
- "description": "商品ID",
- "type": "integer"
- },
- "goodsname": {
- "description": "订单商品名称",
- "type": "string"
- },
- "goodunit": {
- "description": "报价单位",
- "type": "string"
- },
- "handlestatus": {
- "description": "处理状态",
- "type": "integer"
- },
- "marketid": {
- "description": "市场ID",
- "type": "integer"
- },
- "marketname": {
- "description": "市场名称",
- "type": "string"
- },
- "tradedate": {
- "description": "交易日(yyyyMMdd)",
- "type": "string"
- },
- "userid": {
- "description": "申请人ID",
- "type": "integer"
- }
- }
- },
- "cptrade.Cptradepresaleapply": {
- "type": "object",
- "required": [
- "applyid"
- ],
- "properties": {
- "accountid": {
- "description": "申请人账户ID",
- "type": "integer"
- },
- "applyid": {
- "description": "申请ID(181+Unix秒时间戳(10位)+xxxxxx)",
- "type": "integer"
- },
- "applystatus": {
- "description": "申请状态 - 1:已提交 2:初审通过 3:初审拒绝 4:初审失败 5复审通过 6:复审拒绝 7:复审失败 8:已撤销",
- "type": "integer"
- },
- "applytime": {
- "description": "申请时间",
- "type": "string"
- },
- "attachmenturl": {
- "description": "附件地址",
- "type": "string"
- },
- "endtime": {
- "description": "预售结束时间",
- "type": "string"
- },
- "goodscode": {
- "description": "商品代码",
- "type": "string"
- },
- "goodsname": {
- "description": "商品名称",
- "type": "string"
- },
- "goodunit": {
- "description": "报价单位",
- "type": "string"
- },
- "handlestatus": {
- "description": "处理状态",
- "type": "integer"
- },
- "marketid": {
- "description": "预售市场ID",
- "type": "integer"
- },
- "marketname": {
- "description": "预售市场名称",
- "type": "string"
- },
- "presaleqty": {
- "description": "预售数量",
- "type": "integer"
- },
- "relatedgoodscode": {
- "description": "关联交易合约代码",
- "type": "string"
- },
- "relatedgoodsid": {
- "description": "关联交易合约ID",
- "type": "integer"
- },
- "relatedgoodsname": {
- "description": "关联交易合约名称",
- "type": "string"
- },
- "starttime": {
- "description": "预售开始时间",
- "type": "string"
- },
- "tradedate": {
- "description": "交易日(yyyyMMdd)",
- "type": "string"
- },
- "trademode": {
- "description": "交易模式 - 16:挂牌点选 21:大宗竞拍",
- "type": "integer"
- },
- "userid": {
- "description": "申请人ID",
- "type": "integer"
- }
- }
- },
- "cptrade.Cptradepresalegoodsex": {
- "type": "object",
- "required": [
- "goodsid"
- ],
- "properties": {
- "attachmenturl": {
- "description": "附件地址",
- "type": "string"
- },
- "createtime": {
- "description": "创建时间",
- "type": "string"
- },
- "endtime": {
- "description": "预售结束时间",
- "type": "string"
- },
- "floorprice": {
- "description": "底价[大宗式竞拍]",
- "type": "number"
- },
- "goodsid": {
- "description": "商品ID(预售)",
- "type": "integer"
- },
- "marketid": {
- "description": "预售市场ID - 根据预售模式选择市场",
- "type": "integer"
- },
- "presaledamount": {
- "description": "已预售总金额(预售结束时更新)",
- "type": "number"
- },
- "presaledqty": {
- "description": "已预售量(预售结束时更新)",
- "type": "integer"
- },
- "presalemode": {
- "description": "预售模式 - 1:一口价 2:大宗式竞拍",
- "type": "integer"
- },
- "presaleqty": {
- "description": "预售数量",
- "type": "integer"
- },
- "refprice": {
- "description": "参考价格[一口价]",
- "type": "number"
- },
- "relatedgoodsid": {
- "description": "关联交易合约ID",
- "type": "integer"
- },
- "relatedmarketid": {
- "description": "关联交易合约市场ID",
- "type": "integer"
- },
- "sellstatus": {
- "description": "卖方处理状态 - 1:卖方头寸未处理 2:卖方头寸已处理",
- "type": "integer"
- },
- "startprice": {
- "description": "起拍价[大宗式竞拍]",
- "type": "number"
- },
- "starttime": {
- "description": "预售开始时间",
- "type": "string"
- },
- "tradedate": {
- "description": "交易日(yyyyMMdd)",
- "type": "string"
- }
- }
- },
- "cptrade.Cptradeusergoodsdata": {
- "type": "object",
- "required": [
- "accountid",
- "goodsid"
- ],
- "properties": {
- "EnabledQty": {
- "description": "可用量",
- "type": "integer"
- },
- "GoodsCode": {
- "description": "订单商品代码",
- "type": "string"
- },
- "GoodsName": {
- "description": "订单商品名称",
- "type": "string"
- },
- "WRStandardCode": {
- "description": "仓单标准代码",
- "type": "string"
- },
- "WRStandardName": {
- "description": "仓单标准名称",
- "type": "string"
- },
- "accountid": {
- "description": "账户ID",
- "type": "integer"
- },
- "cancelqty": {
- "description": "注销量",
- "type": "integer"
- },
- "curpresaleqty": {
- "description": "当前预售量",
- "type": "integer"
- },
- "deliveryqty": {
- "description": "交割量",
- "type": "integer"
- },
- "freezeamount": {
- "description": "冻结金额",
- "type": "number"
- },
- "goodsid": {
- "description": "商品ID",
- "type": "integer"
- },
- "goodunit": {
- "description": "报价单位",
- "type": "string"
- },
- "hasspotfreeze": {
- "description": "是否有现货冻结 - 0:否 1:有",
- "type": "integer"
- },
- "inqty": {
- "description": "转入量(总数量)",
- "type": "integer"
- },
- "marketid": {
- "description": "市场ID",
- "type": "integer"
- },
- "presaledamount": {
- "description": "已预售总金额",
- "type": "integer"
- },
- "presaledqty": {
- "description": "已预售量",
- "type": "integer"
- },
- "userid": {
- "description": "用户ID",
- "type": "integer"
- },
- "wrstandardid": {
- "description": "仓单标准ID",
- "type": "integer"
- }
- }
- },
- "delivery.Deliveryrelation": {
- "type": "object",
- "required": [
- "begindate",
- "enddate",
- "goodsid",
- "mindeliveryqty",
- "xdeliveryratio"
- ],
- "properties": {
- "begindate": {
- "description": "起始日期(yyyyMMdd)",
- "type": "string"
- },
- "buytemplateid": {
- "description": "买履约计划模板ID",
- "type": "integer"
- },
- "deliverygoodscode": {
- "description": "品种代码",
- "type": "string"
- },
- "deliverygoodsid": {
- "description": "交割商品",
- "type": "integer"
- },
- "deliverygoodsname": {
- "description": "品种名称",
- "type": "string"
- },
- "deliverymode": {
- "description": "交割方式 - 1:点选式 2:申报式",
- "type": "integer"
- },
- "deliverypricerule": {
- "description": "交割价规则- 1:行情价 2:建仓价",
- "type": "integer"
- },
- "deliverytype": {
- "description": "交割模式 - 1:X交割 2:X+P交割 3:X+C交割 4:X+P+C交割",
- "type": "integer"
- },
- "enddate": {
- "description": "结束日期(yyyyMMdd)",
- "type": "string"
- },
- "goodscode": {
- "description": "商品代码",
- "type": "string"
- },
- "goodsid": {
- "description": "交易合约ID",
- "type": "integer"
- },
- "goodsname": {
- "description": "商品名称",
- "type": "string"
- },
- "marketid": {
- "description": "市场ID",
- "type": "integer"
- },
- "mindeliveryqty": {
- "description": "最小交割系数(K)",
- "type": "integer"
- },
- "p2deliveryprice": {
- "description": "P2合约价格(商品价时填写0,固定值时填写固定值)",
- "type": "number"
- },
- "p2deliveryratio": {
- "description": "P2合约系数(p)",
- "type": "integer"
- },
- "p2goodsid": {
- "description": "P2合约ID",
- "type": "integer"
- },
- "p2pricemode": {
- "description": "P2合约价格方式 - 1:商品价 2:固定值",
- "type": "integer"
- },
- "pdeliveryprice": {
- "description": "P合约价格(商品价时填写0,固定值时填写固定值)",
- "type": "number"
- },
- "pdeliveryratio": {
- "description": "P合约系数(n)",
- "type": "integer"
- },
- "pgoodsid": {
- "description": "P合约ID",
- "type": "integer"
- },
- "ppricemode": {
- "description": "P合约价格方式 - 1:商品价 2:固定值",
- "type": "integer"
- },
- "rratio": {
- "description": "兑换系数(R)",
- "type": "integer"
- },
- "rratio1": {
- "description": "兑换系数(交易合约)(R1)",
- "type": "integer"
- },
- "rratio2": {
- "description": "兑换系数(仓单标准)(R2)",
- "type": "integer"
- },
- "selltemplateid": {
- "description": "卖履约计划模板ID",
- "type": "integer"
- },
- "wrstandardid": {
- "description": "仓单标准ID",
- "type": "integer"
- },
- "xdeliveryratio": {
- "description": "交易合约系数(m)",
- "type": "integer"
- }
- }
- }
- },
- "securityDefinitions": {
- "ApiKeyAuth": {
- "type": "apiKey",
- "name": "Authorization",
- "in": "header"
- }
- }
- }
|