| | |
| | | public interface IUserPositionService { |
| | | void synchronizePrice(); |
| | | ServerResponse buy(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception; |
| | | |
| | | |
| | | ServerResponse pending(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception; |
| | | |
| | | ServerResponse sell(String paramString, int paramInt) throws Exception; |
| | | |
| | | ServerResponse calendar(String paramString,HttpServletRequest request) throws Exception; |
| | | |
| | | ServerResponse sellbf(String paramString, Integer quantity) throws Exception; |
| | | |
| | | ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString); |
| | | |
| | | ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString,Integer paramInteger3); |
| | | |
| | | ServerResponse fee(Integer buyNum,BigDecimal nowPrice); |
| | | |
| | | ServerResponse del(Integer paramInteger); |
| | | |
| | | ServerResponse<PageInfo> findMyPositionByCodeAndSpell(String paramString1, String paramString2, Integer paramInteger, HttpServletRequest paramHttpServletRequest, int paramInt1, int paramInt2); |
| | |
| | | ServerResponse getIncome(Integer paramInteger1, Integer paramInteger2, String paramString1, String paramString2); |
| | | |
| | | ServerResponse listByAdmin(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4, String paramString1, String paramString2, String paramString3, int paramInt1, int paramInt2); |
| | | |
| | | |
| | | ServerResponse transferPositions(String positionId); |
| | | |
| | | int CountPositionNum(Integer paramInteger1, Integer paramInteger2); |
| | | |
| | | BigDecimal CountPositionProfitAndLose(); |
| | |
| | | |
| | | ServerResponse findUserPositionByCode(HttpServletRequest paramHttpServletRequest, String stockCode); |
| | | |
| | | ServerResponse findPositionBySn(String positionSn); |
| | | |
| | | ServerResponse addmargin(String paramString, int paramInt, BigDecimal marginAdd) throws Exception; |
| | | |
| | | PositionProfitVO getPositionProfitVO(UserPosition position); |
| | | |
| | | |
| | | ServerResponse newStockToPosition(Integer id); |
| | | |
| | |
| | | ServerResponse buyVipQc(String stockCode,Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception; |
| | | |
| | | ServerResponse buyStockDzList( HttpServletRequest request); |
| | | |
| | | ServerResponse stockDzDisplay( HttpServletRequest request); |
| | | } |