estonlabs.cxtl.exchanges.binance.fapi.domain.enums.Side 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.binance.fapi.domain.enums;
public enum Side {
BUY, SELL
}