Class BinanceFutureStreamingExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.binance.BinanceExchange
info.bitrich.xchangestream.binance.BinanceStreamingExchange
info.bitrich.xchangestream.binancefuture.BinanceFutureStreamingExchange
- All Implemented Interfaces:
StreamingExchange,Exchange
Simple endpoint switch as we cannot inject it when setting up the endpoint.
-
Field Summary
Fields inherited from class info.bitrich.xchangestream.binance.BinanceStreamingExchange
FETCH_ORDER_BOOK_LIMIT, USE_HIGHER_UPDATE_FREQUENCY, USE_REALTIME_BOOK_TICKERFields inherited from class org.knowm.xchange.binance.BinanceExchange
EXCHANGE_TYPE, FUTURES_URL, INVERSE_FUTURES_URL, PORTFOLIO_MARGIN_URL, RESILIENCE_REGISTRIES, SANDBOX_FUTURES_URL, SANDBOX_INVERSE_FUTURES_URL, SANDBOX_SPOT_URL, timestampFactoryFields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeServiceFields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOXFields inherited from interface info.bitrich.xchangestream.core.StreamingExchange
ACCEPT_ALL_CERITICATES, AUTO_RECONNECT, ENABLE_LOGGING_HANDLER, L3_ORDERBOOK, SOCKS_PROXY_HOST, SOCKS_PROXY_PORT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class info.bitrich.xchangestream.binance.BinanceStreamingExchange
buildSubscriptionStreams, connect, connect, connectionStateObservable, connectionSuccess, createStreamingService, disableLiveSubscription, disconnect, enableLiveSubscription, getStreamingAccountService, getStreamingMarketDataService, getStreamingTradeService, initServices, isAlive, reconnectFailure, setChannelInactiveHandler, useCompressedMessagesMethods inherited from class org.knowm.xchange.binance.BinanceExchange
applySpecification, getDefaultExchangeSpecification, getNonceFactory, getResilienceRegistries, getTimestampFactory, isAuthenticated, isFuturesEnabled, isPortfolioMarginEnabled, remoteInit, resetResilienceRegistries, usingSandboxMethods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getTradeService, loadExchangeMetaData, loadMetaData, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.knowm.xchange.Exchange
applySpecification, getAccountService, getDefaultExchangeSpecification, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInitMethods inherited from interface info.bitrich.xchangestream.core.StreamingExchange
applyStreamingSpecification, connectionIdle, disconnectObservable, messageDelay, resubscribeChannels
-
Constructor Details
-
BinanceFutureStreamingExchange
public BinanceFutureStreamingExchange()
-
-
Method Details
-
getStreamingBaseUri
- Overrides:
getStreamingBaseUriin classBinanceStreamingExchange
-