Helius
2020-06-03 def723a6fa9cbe05734afe9011a6f90d2fa32196
src/main/java/com/xcong/excoin/modules/contract/service/ContractHoldOrderService.java
@@ -6,6 +6,7 @@
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.modules.contract.parameter.dto.SymbolDto;
import com.xcong.excoin.rabbit.pricequeue.OrderModel;
import org.apache.ibatis.annotations.Param;
@@ -24,11 +25,11 @@
    public void updateOrderIsCanClosingAndBatchNoById(Long id);
    public Result findHoldOrderList();
    public Result findHoldOrderList(String symbol);
    public Result cancelHoldOrder(Long id);
    public Result cancelHoldOrderBatch();
    public Result cancelHoldOrderBatch(SymbolDto symbolDto);
    public Result setTargetProfitOrLess(ProfitOrLessDto profitOrLessDto);