dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复冻结问题
zainali5120
2020-10-08
0f25ef5fe5076be73cf7d40b2f0f9c3f7293eadb
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
websocket
/
NewCandlestick.java
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.websocket;
import lombok.Data;
@Data
public class NewCandlestick {
private String ch;
private CandlestickModel tick;
}