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

io.runon.cryptocurrency.exchanges.binance.trade.exception.BinanceFuturesOrderLowerException Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
package io.runon.cryptocurrency.exchanges.binance.trade.exception;

public class BinanceFuturesOrderLowerException extends Exception{
    public BinanceFuturesOrderLowerException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy