dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
``` refactor(gateApi): 注释网格交易中的止盈订单处理逻辑
Administrator
2026-06-01
7fc4533902883c6477e10d2ffd63af62a59d7e11
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
contract
/
service
/
RabbitOrderService.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.xcong.excoin.modules.contract.service;
import java.util.List;
/**
* @author helius
*/
public interface RabbitOrderService {
public void cancelHoldOrder(List<Long> ids);
}