| | |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 0, message = "success", response = HoldOrderListVo.class) |
| | | }) |
| | | // @GetMapping(value = "/findHoldOrderList") |
| | | // public Result findHoldOrderList(@ApiParam(name = "symbol", value = "币种", example = "BTC/USDT") @RequestParam(value = "symbol", required = false) String symbol) { |
| | | // return contractHoldOrderService.findHoldOrderList(symbol, 1); |
| | | // } |
| | | @GetMapping(value = "/findHoldOrderList") |
| | | public Result findHoldOrderList(@ApiParam(name = "symbol", value = "币种", example = "BTC/USDT") @RequestParam(value = "symbol", required = false) String symbol) { |
| | | return contractHoldOrderService.findHoldOrderList(symbol, 1); |
| | | public Result findHoldOrderList(@ApiParam(name = "symbol", value = "币种", example = "BTC/USDT") @RequestParam(value = "symbol") String symbol) { |
| | | return contractHoldOrderService.findHoldOrderList(symbol, 1); |
| | | } |
| | | |
| | | @ApiOperation(value = "查询当前持仓跟单订单列表 -- 轮询") |