1
zj
2024-10-04 a693f476c72bb1c7c4a95294e2dc73c05b0efe6c
src/main/java/com/nq/service/IUserPositionService.java
@@ -74,13 +74,15 @@
  ServerResponse newStockToPosition(Integer id);
  ServerResponse newStockToPosition(Integer id,BigDecimal amountToBeCovered);
  ServerResponse updateProfitTarget(String positionSn, Integer profitTarget, Integer stopTarget, HttpServletRequest request);
    ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception;
    ServerResponse buyDz(String stockCode, String password, Integer num, HttpServletRequest request) throws Exception;
    ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request) throws Exception;
  ServerResponse buyStockDzList(HttpServletRequest request);
  void stockConstraint(List<UserPosition> userPositions);
}