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

io.runon.cryptocurrency.exchanges.binance.BinanceFuturesTradeStream Maven / Gradle / Ivy

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

import io.runon.cryptocurrency.trading.CryptocurrencyTrade;

/**
 * @author macle
 */
public abstract class BinanceFuturesTradeStream  extends BinanceTradeStream{

    /**
     * @param streamId 아이디 (자유지정, 중복안됨)
     */
    public BinanceFuturesTradeStream(String streamId) {
        super(streamId);
        wssAddress = "wss://fstream.binance.com/ws";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy