Uses of Class
info.bitrich.xchangestream.binance.KlineSubscription
Packages that use KlineSubscription
-
Uses of KlineSubscription in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return KlineSubscriptionMethods in info.bitrich.xchangestream.binance with parameters of type KlineSubscriptionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Completable
BinanceStreamingExchange.connect
(KlineSubscription klineSubscription, ProductSubscription... args) protected BinanceStreamingService
BinanceStreamingExchange.createStreamingService
(ProductSubscription subscription, KlineSubscription klineSubscription) void
BinanceStreamingMarketDataService.openSubscriptions
(ProductSubscription productSubscription, KlineSubscription klineSubscription) Registers subscriptions with the streaming service for the given products.Constructors in info.bitrich.xchangestream.binance with parameters of type KlineSubscriptionModifierConstructorDescriptionBinanceStreamingService
(String baseUri, ProductSubscription productSubscription, KlineSubscription klineSubscription) BinanceStreamingService
(String baseUri, ProductSubscription productSubscription, KlineSubscription klineSubscription, int maxFramePayloadLength, Duration connectionTimeout, Duration retryDuration, int idleTimeoutSeconds)