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_TICKER
Fields 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, timestampFactory
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
Fields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX
Fields 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
-
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, useCompressedMessages
Methods inherited from class org.knowm.xchange.binance.BinanceExchange
applySpecification, getDefaultExchangeSpecification, getNonceFactory, getResilienceRegistries, getTimestampFactory, isAuthenticated, isFuturesEnabled, isPortfolioMarginEnabled, remoteInit, resetResilienceRegistries, usingSandbox
Methods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getTradeService, loadExchangeMetaData, loadMetaData, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.knowm.xchange.Exchange
applySpecification, getAccountService, getDefaultExchangeSpecification, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInit
Methods inherited from interface info.bitrich.xchangestream.core.StreamingExchange
applyStreamingSpecification, connectionIdle, disconnectObservable, messageDelay, resubscribeChannels
-
Constructor Details
-
BinanceFutureStreamingExchange
public BinanceFutureStreamingExchange()
-
-
Method Details
-
getStreamingBaseUri
- Overrides:
getStreamingBaseUri
in classBinanceStreamingExchange
-