estonlabs.cxtl.exchanges.a.specification.domain.Exchange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxtl Show documentation
Show all versions of cxtl Show documentation
CXTL – Crypto eXchange Trading Library
package estonlabs.cxtl.exchanges.a.specification.domain;
public enum Exchange {
BINANCE,
BYBIT,
BULLISH,
COINBASE,
HYPERLIQUID,
OKX,
WOO,
B2C2,
MEXC;
}