| | |
| | | |
| | | Result getDzList(int pageNum, int pageSize, String orderBy, String keyWords, String stockType); |
| | | |
| | | Result addByAdmin(String stockCode, String stockNum, String password, String startTime, String endTime, String discount,Integer period,String nowPrice,Integer switchType, String stockType); |
| | | Result addByAdmin(String stockCode, String stockNum, String password, String startTime, String endTime, String discount,Integer period,String nowPrice,Integer switchType, String stockType, double dayRate); |
| | | |
| | | Result getDzListByAdmin(int pageNum, int pageSize, String keywords, String stockType); |
| | | |
| | |
| | | |
| | | Result getDzCheckList(int pageNum, int pageSize, String state, String stockCode, String stockType, List<String> checkedList); |
| | | |
| | | Result buyDz(String dzId, String password, double num, String partyId); |
| | | Result buyDz(String dzId, String password, double num, String partyId, Boolean isAdmin); |
| | | |
| | | Result dzCheck(String id, Integer checkType, Double num, double price); |
| | | |
| | | public void intoPosition(ExchangeApplyOrderDz orderDz, String stockType); |
| | | |
| | | Result closeDz(String id, Double num, String partyId); |
| | | Result closeDz(String id, Double num, String partyId, Boolean isAdmin); |
| | | |
| | | } |