You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5188 lines
173 KiB

2 months ago
# Generated with protoc-gen-openapi
# https://github.com/google/gnostic/tree/master/cmd/protoc-gen-openapi
openapi: 3.0.3
info:
title: ""
version: 0.0.1
paths:
/order_backend/update_is_real:
post:
tags:
- Backend
description: UpdateBotUsersByIsReal 更新用户KYC认证
operationId: Backend_UpdateBotUsersByIsReal
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BotUsersNullRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BotUsersReply'
/order_contract/contract_all_position:
post:
tags:
- Contract
description: ContractAllPosition 合约一键平仓
operationId: Contract_ContractAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllContractRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllContractReply'
/order_contract/contract_cancel:
post:
tags:
- Contract
description: ContractCancel 合约撤单
operationId: Contract_ContractCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelContractRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ContractReply'
/order_contract/contract_list:
post:
tags:
- Contract
description: GetBotContractTrade 合约列表查询
operationId: Contract_GetBotContractTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotContractTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotContractTradeReply'
/order_contract/contract_place_order:
post:
tags:
- Contract
description: ContractPlaceOrder 合约下单
operationId: Contract_ContractPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ContractRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ContractReply'
/order_contract/contract_position:
post:
tags:
- Contract
description: ContractPosition 合约平仓
operationId: Contract_ContractPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelContractRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ContractReply'
/order_contract/contract_update_order:
post:
tags:
- Contract
description: ContractUpdatePlaceOrder 合约设置止盈止损
operationId: Contract_ContractUpdatePlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateContractRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ContractReply'
/order_forex/forex_all_position:
post:
tags:
- Forex
description: ForexAllPosition 外汇一键平仓
operationId: Forex_ForexAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllForexRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllForexReply'
/order_forex/forex_cancel:
post:
tags:
- Forex
description: ForexCancel 外汇撤单
operationId: Forex_ForexCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelForexRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ForexReply'
/order_forex/forex_list:
post:
tags:
- Forex
description: GetBotForexTrade 外汇列表查询
operationId: Forex_GetBotForexTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotForexTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotForexTradeReply'
/order_forex/forex_place_order:
post:
tags:
- Forex
description: ForexPlaceOrder 外汇下单
operationId: Forex_ForexPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ForexRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ForexReply'
/order_forex/forex_position:
post:
tags:
- Forex
description: ForexPosition 外汇平仓
operationId: Forex_ForexPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelForexRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ForexReply'
/order_forex/forex_update_order:
post:
tags:
- Forex
description: ForexUpdatePlaceOrder 外汇设置止盈止损
operationId: Forex_ForexUpdatePlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateForexRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ForexReply'
/order_money/money_all_position:
post:
tags:
- Money
description: MoneyAllPosition 综合一键平仓
operationId: Money_MoneyAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllMoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllMoneyReply'
/order_money/money_cancel:
post:
tags:
- Money
description: MoneyCancel 综合撤单
operationId: Money_MoneyCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelMoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyReply'
/order_money/money_list:
post:
tags:
- Money
description: GetBotMoneyTrade 综合列表查询
operationId: Money_GetBotMoneyTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotMoneyTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotMoneyTradeReply'
/order_money/money_one_click_redemption:
post:
tags:
- Money
description: MoneyOneClickRedemption 现货一键兑换
operationId: Money_MoneyOneClickRedemption
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyReply'
/order_money/money_place_order:
post:
tags:
- Money
description: MoneyPlaceOrder 综合下单
operationId: Money_MoneyPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyReply'
/order_money/money_position:
post:
tags:
- Money
description: MoneyPosition 综合平仓
operationId: Money_MoneyPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelMoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyReply'
/order_money/money_update_order:
post:
tags:
- Money
description: MoneyUpdatePlaceOrder 综合设置止盈止损
operationId: Money_MoneyUpdatePlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateMoneyRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MoneyReply'
/order_optioninr/share_all_position:
post:
tags:
- OptionInr
description: OptionInrAllPosition 期权-印度股一键平仓
operationId: OptionInr_OptionInrAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllOptionInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllOptionInrOrderReply'
/order_optioninr/share_cancel:
post:
tags:
- OptionInr
description: OptionInrCancel 期权-印度股撤单
operationId: OptionInr_OptionInrCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelOptionInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderReply'
/order_optioninr/share_list:
post:
tags:
- OptionInr
description: GetBotStockOptionInrTrade 期权-印度股列表查询
operationId: OptionInr_GetBotStockOptionInrTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockOptionInrTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockOptionInrTradeReply'
/order_optioninr/share_place_order:
post:
tags:
- OptionInr
description: OptionInrPlaceOrder 期权-印度股下单
operationId: OptionInr_OptionInrPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderReply'
/order_optioninr/share_position:
post:
tags:
- OptionInr
description: OptionInrPosition 期权-印度股平仓
operationId: OptionInr_OptionInrPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelOptionInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderReply'
/order_optioninr/share_update_order:
post:
tags:
- OptionInr
description: OptionInrUpdateOrder 期权-印度股设置止盈止损
operationId: OptionInr_OptionInrUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateOptionInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderReply'
/order_second/contract_second_order:
post:
tags:
- Second
description: SecondOrder 秒合约下单
operationId: Second_SecondOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SecondOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SecondOrderReply'
/order_second/second_list:
post:
tags:
- Second
description: SecondGetBotContractTrade 合约列表查询
operationId: Second_SecondGetBotContractTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotSecondTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotSecondTradeReply'
/order_shareblock/share_cancel:
post:
tags:
- BlockTrade
description: ShareBlockCancel 大宗交易股撤单
operationId: BlockTrade_ShareBlockCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelBlockOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockReply'
/order_shareblock/share_list:
post:
tags:
- BlockTrade
description: GetBotStockBlockTrade 大宗交易股列表查询
operationId: BlockTrade_GetBotStockBlockTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockBlockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockBlockTradeReply'
/order_shareblock/share_place_order:
post:
tags:
- BlockTrade
description: ShareBlockPlaceOrder 大宗交易股下单
operationId: BlockTrade_ShareBlockPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockReply'
/order_shareblock/share_position:
post:
tags:
- BlockTrade
description: ShareBlockPosition 大宗交易股平仓
operationId: BlockTrade_ShareBlockPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelBlockOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockReply'
/order_shareblock/share_update_order:
post:
tags:
- BlockTrade
description: ShareBlockUpdateOrder 大宗交易股设置止盈止损
operationId: BlockTrade_ShareBlockUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateBlockOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockReply'
/order_sharebrl/share_all_position:
post:
tags:
- ShareBrl
description: ShareBrlAllPosition 巴西国股一键平仓
operationId: ShareBrl_ShareBrlAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllBrlOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllBrlOrderReply'
/order_sharebrl/share_cancel:
post:
tags:
- ShareBrl
description: ShareBrlCancel 巴西国股撤单
operationId: ShareBrl_ShareBrlCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelBrlOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BrlOrderReply'
/order_sharebrl/share_list:
post:
tags:
- ShareBrl
description: GetBotStockBrlTrade 巴西国股列表查询
operationId: ShareBrl_GetBotStockBrlTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBrlBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockBrlTradeReply'
/order_sharebrl/share_place_order:
post:
tags:
- ShareBrl
description: ShareBrlPlaceOrder 巴西国股下单
operationId: ShareBrl_ShareBrlPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareBrlOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BrlOrderReply'
/order_sharebrl/share_position:
post:
tags:
- ShareBrl
description: ShareBrlPosition 巴西国股平仓
operationId: ShareBrl_ShareBrlPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelBrlOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BrlOrderReply'
/order_sharebrl/share_update_order:
post:
tags:
- ShareBrl
description: ShareBrlUpdateOrder 巴西国股设置止盈止损
operationId: ShareBrl_ShareBrlUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateBrlOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.BrlOrderReply'
/order_shareeur/share_all_position:
post:
tags:
- ShareEur
description: ShareEurAllPosition 德国股一键平仓
operationId: ShareEur_ShareEurAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllEurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllEurOrderReply'
/order_shareeur/share_cancel:
post:
tags:
- ShareEur
description: ShareEurCancel 德国股撤单
operationId: ShareEur_ShareEurCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelEurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.EurOrderReply'
/order_shareeur/share_list:
post:
tags:
- ShareEur
description: GetBotStockEurTrade 德国股列表查询
operationId: ShareEur_GetBotStockEurTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetEurBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockEurTradeReply'
/order_shareeur/share_place_order:
post:
tags:
- ShareEur
description: ShareEurPlaceOrder 德国股下单
operationId: ShareEur_ShareEurPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareEurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.EurOrderReply'
/order_shareeur/share_position:
post:
tags:
- ShareEur
description: ShareEurPosition 德国股平仓
operationId: ShareEur_ShareEurPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelEurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.EurOrderReply'
/order_shareeur/share_update_order:
post:
tags:
- ShareEur
description: ShareEurUpdateOrder 德国股设置止盈止损
operationId: ShareEur_ShareEurUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateEurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.EurOrderReply'
/order_sharefur/share_all_position:
post:
tags:
- ShareFur
description: ShareFurAllPosition 法国股一键平仓
operationId: ShareFur_ShareFurAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllFurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllFurOrderReply'
/order_sharefur/share_cancel:
post:
tags:
- ShareFur
description: ShareFurCancel 法国股撤单
operationId: ShareFur_ShareFurCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelFurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.FurOrderReply'
/order_sharefur/share_list:
post:
tags:
- ShareFur
description: GetBotStockFurTrade 法国股列表查询
operationId: ShareFur_GetBotStockFurTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetFurBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockFurTradeReply'
/order_sharefur/share_place_order:
post:
tags:
- ShareFur
description: ShareFurPlaceOrder 法国股下单
operationId: ShareFur_ShareFurPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareFurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.FurOrderReply'
/order_sharefur/share_position:
post:
tags:
- ShareFur
description: ShareFurPosition 法国股平仓
operationId: ShareFur_ShareFurPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelFurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.FurOrderReply'
/order_sharefur/share_update_order:
post:
tags:
- ShareFur
description: ShareFurUpdateOrder 法国股设置止盈止损
operationId: ShareFur_ShareFurUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateFurOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.FurOrderReply'
/order_sharegbx/share_all_position:
post:
tags:
- ShareGbx
description: ShareGbxAllPosition 英股一键平仓
operationId: ShareGbx_ShareGbxAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllGbxOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllGbxOrderReply'
/order_sharegbx/share_cancel:
post:
tags:
- ShareGbx
description: ShareGbxCancel 英股撤单
operationId: ShareGbx_ShareGbxCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelGbxOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxReply'
/order_sharegbx/share_list:
post:
tags:
- ShareGbx
description: GetBotStockGbxTrade 英股列表查询
operationId: ShareGbx_GetBotStockGbxTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockGbxTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockGbxTradeReply'
/order_sharegbx/share_place_order:
post:
tags:
- ShareGbx
description: ShareGbxPlaceOrder 英股下单
operationId: ShareGbx_ShareGbxPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxReply'
/order_sharegbx/share_position:
post:
tags:
- ShareGbx
description: ShareGbxPosition 英股平仓
operationId: ShareGbx_ShareGbxPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelGbxOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxReply'
/order_sharegbx/share_update_order:
post:
tags:
- ShareGbx
description: ShareGbxUpdateOrder 英股设置止盈止损
operationId: ShareGbx_ShareGbxUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateGbxOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxReply'
/order_sharehkd/share_all_position:
post:
tags:
- ShareHkd
description: ShareHkdAllPosition 港股一键平仓
operationId: ShareHkd_ShareHkdAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllHkdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllHkdOrderReply'
/order_sharehkd/share_cancel:
post:
tags:
- ShareHkd
description: ShareHkdCancel 港股撤单
operationId: ShareHkd_ShareHkdCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelHkdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdReply'
/order_sharehkd/share_list:
post:
tags:
- ShareHkd
description: GetBotStockHkdTrade 港股列表查询
operationId: ShareHkd_GetBotStockHkdTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockHkdTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockHkdTradeReply'
/order_sharehkd/share_place_order:
post:
tags:
- ShareHkd
description: ShareHkdPlaceOrder 港股下单
operationId: ShareHkd_ShareHkdPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdReply'
/order_sharehkd/share_position:
post:
tags:
- ShareHkd
description: ShareHkdPosition 港股平仓
operationId: ShareHkd_ShareHkdPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelHkdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdReply'
/order_sharehkd/share_update_order:
post:
tags:
- ShareHkd
description: ShareHkdUpdateOrder 港股设置止盈止损
operationId: ShareHkd_ShareHkdUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateHkdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdReply'
/order_shareidn/share_all_position:
post:
tags:
- ShareIdn
description: ShareIdnAllPosition 印尼股一键平仓
operationId: ShareIdn_ShareIdnAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllIdnOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllIdnOrderReply'
/order_shareidn/share_cancel:
post:
tags:
- ShareIdn
description: ShareIdnCancel 印尼股撤单
operationId: ShareIdn_ShareIdnCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelIdnOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.IdnOrderReply'
/order_shareidn/share_list:
post:
tags:
- ShareIdn
description: GetBotStockIdnTrade 印尼股列表查询
operationId: ShareIdn_GetBotStockIdnTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetIdnBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockIdnTradeReply'
/order_shareidn/share_place_order:
post:
tags:
- ShareIdn
description: ShareIdnPlaceOrder 印尼股下单
operationId: ShareIdn_ShareIdnPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareIdnOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.IdnOrderReply'
/order_shareidn/share_position:
post:
tags:
- ShareIdn
description: ShareIdnPosition 印尼股平仓
operationId: ShareIdn_ShareIdnPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelIdnOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.IdnOrderReply'
/order_shareidn/share_update_order:
post:
tags:
- ShareIdn
description: ShareIdnUpdateOrder 印尼股设置止盈止损
operationId: ShareIdn_ShareIdnUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateIdnOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.IdnOrderReply'
/order_shareinr/share_all_position:
post:
tags:
- ShareInr
description: ShareInrAllPosition 印度股一键平仓
operationId: ShareInr_ShareInrAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllInrOrderReply'
/order_shareinr/share_cancel:
post:
tags:
- ShareInr
description: ShareInrCancel 印度股撤单
operationId: ShareInr_ShareInrCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.InrOrderReply'
/order_shareinr/share_list:
post:
tags:
- ShareInr
description: GetBotStockInrTrade 印度股列表查询
operationId: ShareInr_GetBotStockInrTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetInrBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockInrTradeReply'
/order_shareinr/share_place_order:
post:
tags:
- ShareInr
description: ShareInrPlaceOrder 印度股下单
operationId: ShareInr_ShareInrPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.InrOrderReply'
/order_shareinr/share_position:
post:
tags:
- ShareInr
description: ShareInrPosition 印度股平仓
operationId: ShareInr_ShareInrPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.InrOrderReply'
/order_shareinr/share_update_order:
post:
tags:
- ShareInr
description: ShareInrUpdateOrder 印度股设置止盈止损
operationId: ShareInr_ShareInrUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateInrOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.InrOrderReply'
/order_sharejpy/share_all_position:
post:
tags:
- ShareJpy
description: ShareJpyAllPosition 日本股一键平仓
operationId: ShareJpy_ShareJpyAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllJpyOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllJpyOrderReply'
/order_sharejpy/share_cancel:
post:
tags:
- ShareJpy
description: ShareJpyCancel 日本股撤单
operationId: ShareJpy_ShareJpyCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelJpyOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.JpyOrderReply'
/order_sharejpy/share_list:
post:
tags:
- ShareJpy
description: GetBotStockJpyTrade 日本股列表查询
operationId: ShareJpy_GetBotStockJpyTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetJpyBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockJpyTradeReply'
/order_sharejpy/share_place_order:
post:
tags:
- ShareJpy
description: ShareJpyPlaceOrder 日本股下单
operationId: ShareJpy_ShareJpyPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareJpyOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.JpyOrderReply'
/order_sharejpy/share_position:
post:
tags:
- ShareJpy
description: ShareJpyPosition 日本股平仓
operationId: ShareJpy_ShareJpyPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelJpyOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.JpyOrderReply'
/order_sharejpy/share_update_order:
post:
tags:
- ShareJpy
description: ShareJpyUpdateOrder 日本股设置止盈止损
operationId: ShareJpy_ShareJpyUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateJpyOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.JpyOrderReply'
/order_sharemys/share_all_position:
post:
tags:
- ShareMys
description: ShareMysAllPosition 马股一键平仓
operationId: ShareMys_ShareMysAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllMysOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllMysOrderReply'
/order_sharemys/share_cancel:
post:
tags:
- ShareMys
description: ShareMysCancel 马股撤单
operationId: ShareMys_ShareMysCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelMysOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MysOrderReply'
/order_sharemys/share_list:
post:
tags:
- ShareMys
description: GetBotStockMysTrade 马股列表查询
operationId: ShareMys_GetBotStockMysTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetMysBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockMysTradeReply'
/order_sharemys/share_place_order:
post:
tags:
- ShareMys
description: ShareMysPlaceOrder 马股下单
operationId: ShareMys_ShareMysPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareMysOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MysOrderReply'
/order_sharemys/share_position:
post:
tags:
- ShareMys
description: ShareMysPosition 马股平仓
operationId: ShareMys_ShareMysPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelMysOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MysOrderReply'
/order_sharemys/share_update_order:
post:
tags:
- ShareMys
description: ShareMysUpdateOrder 马股设置止盈止损
operationId: ShareMys_ShareMysUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateMysOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.MysOrderReply'
/order_sharepre/share_giveaways:
post:
tags:
- Order
description: ShareGiveaways 股票赠送
operationId: Order_ShareGiveaways
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreReply'
/order_sharepre/share_pre_trade:
post:
tags:
- Order
description: SharePreTrade 新股申购
operationId: Order_SharePreTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreReply'
/order_sharepre/share_pre_trade_by_order_no:
post:
tags:
- Order
description: SharePreTradeByOrderNo 新股申购-订单号
operationId: Order_SharePreTradeByOrderNo
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreReply'
/order_sharepre/update_all_stock_id:
post:
tags:
- Order
description: UpdateShareAllStockId 更新全局的股票StockId
operationId: Order_UpdateShareAllStockId
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareNullRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreReply'
/order_sharepre/update_stock_id:
post:
tags:
- Order
description: UpdateShareTradeStockId 更新股票代码stock_id
operationId: Order_UpdateShareTradeStockId
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareTradeStockIdRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SharePreReply'
/order_sharesgd/share_all_position:
post:
tags:
- ShareSgd
description: ShareSgdAllPosition 新加坡股一键平仓
operationId: ShareSgd_ShareSgdAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllSgdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllSgdOrderReply'
/order_sharesgd/share_cancel:
post:
tags:
- ShareSgd
description: ShareSgdCancel 新加坡股撤单
operationId: ShareSgd_ShareSgdCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelSgdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SgdOrderReply'
/order_sharesgd/share_list:
post:
tags:
- ShareSgd
description: GetBotStockSgdTrade 新加坡股列表查询
operationId: ShareSgd_GetBotStockSgdTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetSgdBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockSgdTradeReply'
/order_sharesgd/share_place_order:
post:
tags:
- ShareSgd
description: ShareSgdPlaceOrder 新加坡股下单
operationId: ShareSgd_ShareSgdPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareSgdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SgdOrderReply'
/order_sharesgd/share_position:
post:
tags:
- ShareSgd
description: ShareSgdPosition 新加坡股平仓
operationId: ShareSgd_ShareSgdPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelSgdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SgdOrderReply'
/order_sharesgd/share_update_order:
post:
tags:
- ShareSgd
description: ShareSgdUpdateOrder 新加坡股设置止盈止损
operationId: ShareSgd_ShareSgdUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateSgdOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SgdOrderReply'
/order_sharetha/share_all_position:
post:
tags:
- ShareTha
description: ShareThaAllPosition 泰股一键平仓
operationId: ShareTha_ShareThaAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllThaOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllThaOrderReply'
/order_sharetha/share_cancel:
post:
tags:
- ShareTha
description: ShareThaCancel 泰股撤单
operationId: ShareTha_ShareThaCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelThaOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ThaOrderReply'
/order_sharetha/share_list:
post:
tags:
- ShareTha
description: GetBotStockThaTrade 泰股列表查询
operationId: ShareTha_GetBotStockThaTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetThaBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotStockThaTradeReply'
/order_sharetha/share_place_order:
post:
tags:
- ShareTha
description: ShareThaPlaceOrder 泰股下单
operationId: ShareTha_ShareThaPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ShareThaOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ThaOrderReply'
/order_sharetha/share_position:
post:
tags:
- ShareTha
description: ShareThaPosition 泰股平仓
operationId: ShareTha_ShareThaPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelThaOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ThaOrderReply'
/order_sharetha/share_update_order:
post:
tags:
- ShareTha
description: ShareThaUpdateOrder 泰股设置止盈止损
operationId: ShareTha_ShareThaUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateThaOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.ThaOrderReply'
/order_shareus/share_all_position:
post:
tags:
- ShareUs
description: ShareCancel 美股一键平仓
operationId: ShareUs_ShareAllPosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllUsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.AllUsOrderReply'
/order_shareus/share_cancel:
post:
tags:
- ShareUs
description: ShareCancel 美股撤单
operationId: ShareUs_ShareCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelUsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UsOrderReply'
/order_shareus/share_list:
post:
tags:
- ShareUs
description: GetBotStockTrade 美股列表查询
operationId: ShareUs_GetBotStockTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetUsBotStockTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetUsBotStockTradeReply'
/order_shareus/share_place_order:
post:
tags:
- ShareUs
description: SharePlaceOrder 美股下单
operationId: ShareUs_SharePlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UsOrderReply'
/order_shareus/share_position:
post:
tags:
- ShareUs
description: SharePosition 美股平仓
operationId: ShareUs_SharePosition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelUsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UsOrderReply'
/order_shareus/share_update_order:
post:
tags:
- ShareUs
description: ShareUpdateOrder 美股设置止盈止损
operationId: ShareUs_ShareUpdateOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UpdateUsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.UsOrderReply'
/order_spots/spots_cancel:
post:
tags:
- Spots
description: SpotsCancel 现货撤单
operationId: Spots_SpotsCancel
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.CancelSpotsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderReply'
/order_spots/spots_list:
post:
tags:
- Spots
description: GetBotDigitalTrade 现货列表查询
operationId: Spots_GetBotDigitalTrade
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotDigitalTradeRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.GetBotDigitalTradeReply'
/order_spots/spots_one_click_redemption:
post:
tags:
- Spots
description: SpotsOneClickRedemption 现货一键兑换
operationId: Spots_SpotsOneClickRedemption
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderReply'
/order_spots/spots_place_order:
post:
tags:
- Spots
description: SpotsPlaceOrder 现货下单
operationId: Spots_SpotsPlaceOrder
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderRequest'
required: true
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderReply'
components:
schemas:
matchmaking.v1.AllBrlOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllBrlOrderRequest:
type: object
properties: {}
matchmaking.v1.AllContractReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllContractRequest:
type: object
properties: {}
matchmaking.v1.AllEurOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllEurOrderRequest:
type: object
properties: {}
matchmaking.v1.AllForexReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllForexRequest:
type: object
properties: {}
matchmaking.v1.AllFurOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllFurOrderRequest:
type: object
properties: {}
matchmaking.v1.AllGbxOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllGbxOrderRequest:
type: object
properties: {}
matchmaking.v1.AllHkdOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllHkdOrderRequest:
type: object
properties: {}
matchmaking.v1.AllIdnOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllIdnOrderRequest:
type: object
properties: {}
matchmaking.v1.AllInrOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllInrOrderRequest:
type: object
properties: {}
matchmaking.v1.AllJpyOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllJpyOrderRequest:
type: object
properties: {}
matchmaking.v1.AllMoneyReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllMoneyRequest:
type: object
properties: {}
matchmaking.v1.AllMysOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllMysOrderRequest:
type: object
properties: {}
matchmaking.v1.AllOptionInrOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllOptionInrOrderRequest:
type: object
properties: {}
matchmaking.v1.AllSgdOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllSgdOrderRequest:
type: object
properties: {}
matchmaking.v1.AllThaOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllThaOrderRequest:
type: object
properties: {}
matchmaking.v1.AllUsOrderReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.AllUsOrderRequest:
type: object
properties: {}
matchmaking.v1.BotContractTrade:
type: object
properties:
orderId:
type: string
contractId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
earnestMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
overnightCost:
type: string
pryNum:
type: string
keepDecimal:
type: string
secondTime:
type: string
state:
type: string
matchmaking.v1.BotContractTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotContractTrade'
totalCount:
type: string
matchmaking.v1.BotDigitalTrade:
type: object
properties:
orderId:
type: string
digitalId:
type: string
tradeType:
type: string
dealType:
type: string
dealPrice:
type: string
closingPrice:
type: string
limitPrice:
type: string
marketPrice:
type: string
orderNumber:
type: string
serviceCost:
type: string
orderMoney:
type: string
totalMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
keepDecimal:
type: string
matchmaking.v1.BotDigitalTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotDigitalTrade'
totalCount:
type: string
matchmaking.v1.BotForexTrade:
type: object
properties:
orderId:
type: string
forexId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
earnestMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
overnightCost:
type: string
pryNum:
type: string
keepDecimal:
type: string
secondTime:
type: string
state:
type: string
matchmaking.v1.BotForexTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotForexTrade'
totalCount:
type: string
matchmaking.v1.BotMoneyTrade:
type: object
properties:
orderId:
type: string
StockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
earnestMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
overnightCost:
type: string
pryNum:
type: string
keepDecimal:
type: string
secondTime:
type: string
state:
type: string
matchmaking.v1.BotMoneyTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotMoneyTrade'
totalCount:
type: string
matchmaking.v1.BotOrderBlockTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
type:
type: string
matchmaking.v1.BotOrderGbxTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotOrderHkdTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotSecondTrade:
type: object
properties:
orderId:
type: string
contractId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
earnestMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
overnightCost:
type: string
pryNum:
type: string
keepDecimal:
type: string
secondTime:
type: string
state:
type: string
orderStatus:
type: string
orderValue:
type: string
matchmaking.v1.BotSecondTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotSecondTrade'
totalCount:
type: string
matchmaking.v1.BotStockBlockTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotOrderBlockTrade'
totalCount:
type: string
matchmaking.v1.BotStockBrlTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockBrlTradeReply:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockBrlTrade'
totalCount:
type: string
matchmaking.v1.BotStockEurTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockEurTradeReply:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockEurTrade'
totalCount:
type: string
matchmaking.v1.BotStockFurTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockFurTradeReply:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockFurTrade'
totalCount:
type: string
matchmaking.v1.BotStockGbxTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotOrderGbxTrade'
totalCount:
type: string
matchmaking.v1.BotStockHkdTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotOrderHkdTrade'
totalCount:
type: string
matchmaking.v1.BotStockIdnTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockIdnTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockIdnTrade'
totalCount:
type: string
matchmaking.v1.BotStockInrTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockInrTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockInrTrade'
totalCount:
type: string
matchmaking.v1.BotStockJpyTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockJpyTradeReply:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockJpyTrade'
totalCount:
type: string
matchmaking.v1.BotStockMysTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
numericCode:
type: string
matchmaking.v1.BotStockMysTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockMysTrade'
totalCount:
type: string
matchmaking.v1.BotStockOptionInrTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
format: date-time
updateTime:
type: string
format: date-time
openTime:
type: string
format: date-time
closingTime:
type: string
format: date-time
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
stopTime:
type: string
strikePrice:
type: string
tradingType:
type: string
stockCode:
type: string
multiplier:
type: string
costPrice:
type: string
ratio:
type: string
bid:
type: string
ask:
type: string
matchmaking.v1.BotStockOptionInrTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockOptionInrTrade'
totalCount:
type: string
matchmaking.v1.BotStockSgdTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockSgdTradeReply:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockSgdTrade'
totalCount:
type: string
matchmaking.v1.BotStockThaTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotStockThaTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotStockThaTrade'
totalCount:
type: string
matchmaking.v1.BotUsOrderTrade:
type: object
properties:
orderId:
type: string
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
closingPrice:
type: string
orderNumber:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
serviceCost:
type: string
marketMoney:
type: string
orderMoney:
type: string
status:
type: string
createTime:
type: string
updateTime:
type: string
openTime:
type: string
closingTime:
type: string
closingCost:
type: string
faceValue:
type: string
pryNum:
type: string
keepDecimal:
type: string
stockName:
type: string
matchmaking.v1.BotUsStockTradeData:
type: object
properties:
pageSize:
type: string
pageCount:
type: string
data:
type: array
items:
$ref: '#/components/schemas/matchmaking.v1.BotUsOrderTrade'
totalCount:
type: string
matchmaking.v1.BotUsersNullRequest:
type: object
properties: {}
matchmaking.v1.BotUsersReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.BrlOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BrlOrderResult'
message:
type: string
matchmaking.v1.BrlOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelBlockOrderRequest:
type: object
properties:
orderId:
type: string
type:
type: string
matchmaking.v1.CancelBrlOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelContractRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelEurOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelForexRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelFurOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelGbxOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelHkdOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelIdnOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelInrOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelJpyOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelMoneyRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelMysOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelOptionInrOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelSgdOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelSpotsOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelThaOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.CancelUsOrderRequest:
type: object
properties:
orderId:
type: string
matchmaking.v1.ContractReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.ContractResult'
message:
type: string
matchmaking.v1.ContractRequest:
type: object
properties:
contractId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
orderAmount:
type: string
orderNumber:
type: string
earnestMoney:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
time:
type: string
matchmaking.v1.ContractResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.EurOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.EurOrderResult'
message:
type: string
matchmaking.v1.EurOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.ForexReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.ForexResult'
message:
type: string
matchmaking.v1.ForexRequest:
type: object
properties:
forexId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
orderAmount:
type: string
orderNumber:
type: string
earnestMoney:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
time:
type: string
matchmaking.v1.ForexResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.FurOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.FurOrderResult'
message:
type: string
matchmaking.v1.FurOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.GetBotContractTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotContractTradeData'
message:
type: string
matchmaking.v1.GetBotContractTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
state:
type: string
matchmaking.v1.GetBotDigitalTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotDigitalTradeData'
message:
type: string
matchmaking.v1.GetBotDigitalTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetBotForexTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotForexTradeData'
message:
type: string
matchmaking.v1.GetBotForexTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
state:
type: string
matchmaking.v1.GetBotMoneyTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotMoneyTradeData'
message:
type: string
matchmaking.v1.GetBotMoneyTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
state:
type: string
type:
type: string
matchmaking.v1.GetBotSecondTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotSecondTradeData'
message:
type: string
matchmaking.v1.GetBotSecondTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
state:
type: string
matchmaking.v1.GetBotStockBlockTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockBlockTradeData'
message:
type: string
matchmaking.v1.GetBotStockBlockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
type:
type: string
matchmaking.v1.GetBotStockBrlTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockBrlTradeReply'
message:
type: string
matchmaking.v1.GetBotStockEurTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockEurTradeReply'
message:
type: string
matchmaking.v1.GetBotStockFurTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockFurTradeReply'
message:
type: string
matchmaking.v1.GetBotStockGbxTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockGbxTradeData'
message:
type: string
matchmaking.v1.GetBotStockGbxTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetBotStockHkdTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockHkdTradeData'
message:
type: string
matchmaking.v1.GetBotStockHkdTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetBotStockIdnTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockIdnTradeData'
message:
type: string
matchmaking.v1.GetBotStockInrTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockInrTradeData'
message:
type: string
matchmaking.v1.GetBotStockJpyTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockJpyTradeReply'
message:
type: string
matchmaking.v1.GetBotStockMysTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockMysTradeData'
message:
type: string
matchmaking.v1.GetBotStockOptionInrTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockOptionInrTradeData'
message:
type: string
matchmaking.v1.GetBotStockOptionInrTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetBotStockSgdTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockSgdTradeReply'
message:
type: string
matchmaking.v1.GetBotStockThaTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotStockThaTradeData'
message:
type: string
matchmaking.v1.GetBrlBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetEurBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetFurBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetIdnBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetInrBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetJpyBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetMysBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetSgdBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetThaBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.GetUsBotStockTradeReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.BotUsStockTradeData'
message:
type: string
matchmaking.v1.GetUsBotStockTradeRequest:
type: object
properties:
status:
type: string
pageSize:
type: string
pageCount:
type: string
matchmaking.v1.IdnOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.IdnOrderResult'
message:
type: string
matchmaking.v1.IdnOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.InrOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.InrOrderResult'
message:
type: string
matchmaking.v1.InrOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.JpyOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.JpyOrderResult'
message:
type: string
matchmaking.v1.JpyOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.MoneyReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.MoneyResult'
message:
type: string
matchmaking.v1.MoneyRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
orderAmount:
type: string
orderNumber:
type: string
earnestMoney:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
time:
type: string
type:
type: string
matchmaking.v1.MoneyResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.MysOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.ShareMysResult'
message:
type: string
matchmaking.v1.OptionInrOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.OptionInrOrderResult'
message:
type: string
matchmaking.v1.OptionInrOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
stopTime:
type: string
strikePrice:
type: string
tradingType:
type: string
stockCode:
type: string
multiplier:
type: string
ask:
type: string
bid:
type: string
matchmaking.v1.OptionInrOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.OrderBlockReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.OrderBlockResult'
message:
type: string
matchmaking.v1.OrderBlockRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
type:
type: string
matchmaking.v1.OrderBlockResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.OrderGbxReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.OrderGbxResult'
message:
type: string
matchmaking.v1.OrderGbxRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.OrderGbxResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.OrderHkdReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.OrderHkdResult'
message:
type: string
matchmaking.v1.OrderHkdRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.OrderHkdResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.SecondOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.SecondResult'
message:
type: string
matchmaking.v1.SecondOrderRequest:
type: object
properties:
contractId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
orderAmount:
type: string
orderNumber:
type: string
earnestMoney:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
time:
type: string
matchmaking.v1.SecondResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.SgdOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.SgdOrderResult'
message:
type: string
matchmaking.v1.SgdOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.ShareBrlOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareEurOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareFurOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareIdnOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareInrOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareJpyOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareMysOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareMysResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.ShareNullRequest:
type: object
properties: {}
matchmaking.v1.SharePreReply:
type: object
properties:
code:
type: string
data:
type: string
message:
type: string
matchmaking.v1.SharePreRequest:
type: object
properties:
code:
type: string
id:
type: string
stock:
type: integer
format: int32
matchmaking.v1.ShareSgdOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareThaOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.ShareTradeStockIdRequest:
type: object
properties:
code:
type: string
codeOld:
type: string
stock:
type: string
matchmaking.v1.SpotsOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.SpotsOrderResult'
message:
type: string
matchmaking.v1.SpotsOrderRequest:
type: object
properties:
digitalId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
dealPrice:
type: string
orderNumber:
type: string
orderMoney:
type: string
serviceCost:
type: string
matchmaking.v1.SpotsOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.ThaOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.ThaOrderResult'
message:
type: string
matchmaking.v1.ThaOrderResult:
type: object
properties:
orderId:
type: string
matchmaking.v1.UpdateBlockOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
type:
type: string
matchmaking.v1.UpdateBrlOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateContractRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateEurOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateForexRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateFurOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateGbxOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateHkdOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateIdnOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateInrOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateJpyOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateMoneyRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateMysOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateOptionInrOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateSgdOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateThaOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UpdateUsOrderRequest:
type: object
properties:
orderId:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
matchmaking.v1.UsOrderReply:
type: object
properties:
code:
type: string
data:
$ref: '#/components/schemas/matchmaking.v1.UsOrderResult'
message:
type: string
matchmaking.v1.UsOrderRequest:
type: object
properties:
stockId:
type: string
tradeType:
type: string
dealType:
type: string
limitPrice:
type: string
marketPrice:
type: string
marketMoney:
type: string
orderNumber:
type: string
serviceCost:
type: string
stopType:
type: string
stopLossPrice:
type: string
stopWinPrice:
type: string
pryNum:
type: string
matchmaking.v1.UsOrderResult:
type: object
properties:
orderId:
type: string
tags:
- name: Backend
- name: BlockTrade
- name: Contract
- name: Forex
- name: Money
- name: OptionInr
- name: Order
- name: Second
- name: ShareBrl
- name: ShareEur
- name: ShareFur
- name: ShareGbx
- name: ShareHkd
- name: ShareIdn
- name: ShareInr
- name: ShareJpy
- name: ShareMys
- name: ShareSgd
- name: ShareTha
- name: ShareUs
- name: Spots