dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-11-23
79f9ba270556be32c508ef50542ef402d41f9aba
[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;
}