Class BinanceUsStreamingExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.binance.BinanceExchange
info.bitrich.xchangestream.binance.BinanceStreamingExchange
info.bitrich.xchangestream.binance.BinanceUsStreamingExchange
- All Implemented Interfaces:
StreamingExchange
,Exchange
-
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, 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, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInit
Methods inherited from interface info.bitrich.xchangestream.core.StreamingExchange
applyStreamingSpecification, connectionIdle, disconnectObservable, messageDelay, resubscribeChannels
-
Constructor Details
-
BinanceUsStreamingExchange
public BinanceUsStreamingExchange()
-
-
Method Details
-
getStreamingBaseUri
- Overrides:
getStreamingBaseUri
in classBinanceStreamingExchange
-
getDefaultExchangeSpecification
- Specified by:
getDefaultExchangeSpecification
in interfaceExchange
- Overrides:
getDefaultExchangeSpecification
in classBinanceExchange
- Returns:
- A default ExchangeSpecification to use during the creation process if one is not supplied
-