| | |
| | | |
| | | 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); |
| | | |
| | | } |