| | |
| | | |
| | | ServerResponse pending(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception; |
| | | |
| | | ServerResponse cancelOrder(String positionSn, HttpServletRequest request) throws Exception; |
| | | |
| | | ServerResponse sell(String paramString, int paramInt) throws Exception; |
| | | |
| | | ServerResponse calendar(String paramString,HttpServletRequest request) throws Exception; |
| | |
| | | |
| | | 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); |
| | | |