| | |
| | | import com.xcong.excoin.common.response.Result; |
| | | import com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity; |
| | | import com.xcong.excoin.modules.contract.parameter.dto.*; |
| | | import com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity; |
| | | import com.xcong.excoin.modules.member.entity.MemberEntity; |
| | | import com.xcong.excoin.rabbit.pricequeue.OrderModel; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | |
| | | public Result cancelHoldOrder(Long id); |
| | | |
| | | public Result cancelHoldOrder(WholeCloseOrderDto wholeCloseOrderDto); |
| | | |
| | | public Result cancelHoldOrderBatch(SymbolDto symbolDto); |
| | | |
| | | public Result setTargetProfitOrLess(ProfitOrLessDto profitOrLessDto); |
| | |
| | | |
| | | public void calHoldOrderHoldFeeAmount(); |
| | | |
| | | public Result changePositionType(); |
| | | public void calHoldFeeAmountForBondAmount(); |
| | | |
| | | public void sendFollowOrder(FollowTraderInfoEntity traderInfoEntity, ContractHoldOrderEntity holdOrderEntity); |
| | | |
| | | } |