| | |
| | | package com.yami.trading.service.dz; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yami.trading.bean.dz.ExchangeApplyOrderDz; |
| | | import com.yami.trading.bean.dz.StockDz; |
| | | import com.yami.trading.common.domain.Result; |
| | | |
| | |
| | | |
| | | Result buyDz(String dzId, String password, double num, String partyId); |
| | | |
| | | Result dzCheck(String id, Integer checkType, double num); |
| | | Result dzCheck(String id, Integer checkType, Double num); |
| | | |
| | | public void intoPosition(ExchangeApplyOrderDz orderDz, String stockType); |
| | | |
| | | } |