| | |
| | | ServerResponse sellbf(String paramString, Integer quantity) throws Exception; |
| | | |
| | | 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 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); |
| | | |