dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
[Gate] 盈亏达标(净权益{}>目标{}),重置策略
Administrator
yesterday
e78077d7a8a30f6762dfb68ece078faab7f2cd0a
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
common
/
enumerates
/
CoinTypeEnum.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.common.enumerates;
/**
* 币种枚举数据
*
* @author wzy
*/
public enum CoinTypeEnum {
USDT, BTC, ETH, LTC, EOS, XRP, BCH, ETC
}