estonlabs.cxtl.exchanges.binance.fapi.domain.enums.SelfTradePreventionMode 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 SelfTradePreventionMode {
NONE, EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH // Add other values as needed
}