dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
假设多仓止损挂单位置: gridId=-5, -6, -7, -8 第一个止损位置: firstLongSlId = -5(最近的)
Administrator
13 hours ago
6ce4bf099fa38fe66e44722eccc111c8b33e7f96
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
netty
/
ChatServer.java
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.netty;
/**
* @author wzy
* @date 2019-05-06
*/
public interface ChatServer {
void start() throws Exception;
void shutdown();
}