| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.xcong.excoin.common.response.Result; |
| | | import com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity; |
| | | import com.xcong.excoin.modules.contract.parameter.dto.ChangeBondDto; |
| | | import com.xcong.excoin.modules.contract.parameter.dto.ProfitOrLessDto; |
| | | import com.xcong.excoin.modules.contract.parameter.dto.SubmitOrderDto; |
| | | import com.xcong.excoin.rabbit.pricequeue.OrderModel; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | |
| | | public Result cancelHoldOrderBatch(); |
| | | |
| | | public Result setTargetProfitOrLess(ProfitOrLessDto profitOrLessDto); |
| | | |
| | | public Result changeBond(ChangeBondDto changeBondDto); |
| | | |
| | | } |