All Downloads are FREE. Search and download functionalities are using the official Maven repository.

estonlabs.cxtl.exchanges.binance.fapi.domain.enums.SelfTradePreventionMode Maven / Gradle / Ivy

There is a newer version: 1.4.14
Show newest version
package estonlabs.cxtl.exchanges.binance.fapi.domain.enums;

public enum SelfTradePreventionMode {
    NONE, EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH // Add other values as needed
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy