|
|
@@ -7734,77 +7734,6 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "/Order/QueryTradePosition2": {
|
|
|
- "get": {
|
|
|
- "security": [
|
|
|
- {
|
|
|
- "ApiKeyAuth": []
|
|
|
- }
|
|
|
- ],
|
|
|
- "produces": [
|
|
|
- "application/json"
|
|
|
- ],
|
|
|
- "tags": [
|
|
|
- "通用单据"
|
|
|
- ],
|
|
|
- "summary": "查询持仓汇总2",
|
|
|
- "parameters": [
|
|
|
- {
|
|
|
- "type": "integer",
|
|
|
- "description": "用户id",
|
|
|
- "name": "userid",
|
|
|
- "in": "query"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "description": "资金账号, 格式 1,2,3",
|
|
|
- "name": "accids",
|
|
|
- "in": "query"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "description": "交易模式, 格式 1,2,3",
|
|
|
- "name": "trademodes",
|
|
|
- "in": "query"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "description": "市场id, 格式 1,2,3",
|
|
|
- "name": "marketids",
|
|
|
- "in": "query"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "integer",
|
|
|
- "description": "商品id",
|
|
|
- "name": "goodsid",
|
|
|
- "in": "query"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "integer",
|
|
|
- "description": "买卖方向 0-买 1-卖",
|
|
|
- "name": "buyorsell",
|
|
|
- "in": "query"
|
|
|
- }
|
|
|
- ],
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "OK",
|
|
|
- "schema": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetail"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "500": {
|
|
|
- "description": "Internal Server Error",
|
|
|
- "schema": {
|
|
|
- "$ref": "#/definitions/app.Response"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"/Qhj/QueryAccountInOutApply": {
|
|
|
"get": {
|
|
|
"security": [
|