| | |
| | | |
| | | public interface IUserPositionService { |
| | | ServerResponse buy(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, |
| | | Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) ; |
| | | Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6,BigDecimal preMarketPrice, HttpServletRequest paramHttpServletRequest) ; |
| | | |
| | | ServerResponse sell(String paramString, int paramInt); |
| | | ServerResponse sell(String paramString, int paramInt, HttpServletRequest request); |
| | | ServerResponse sell(String paramString, int paramInt,Integer number, HttpServletRequest request); |
| | | |
| | | ServerResponse allSell(HttpServletRequest request,String stockType)throws Exception; |
| | | ServerResponse allSell(HttpServletRequest request)throws Exception; |
| | | |
| | | ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString); |
| | | |
| | |
| | | |
| | | |
| | | |
| | | ServerResponse newStockToPosition(Integer id); |
| | | ServerResponse newStockToPosition(Integer id,BigDecimal amountToBeCovered); |
| | | |
| | | ServerResponse updateProfitTarget(String positionSn, Integer profitTarget, Integer stopTarget, HttpServletRequest request); |
| | | |