Uses of Enum
info.bitrich.xchangestream.binance.BinanceSubscriptionType
Packages that use BinanceSubscriptionType
-
Uses of BinanceSubscriptionType in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return BinanceSubscriptionTypeModifier and TypeMethodDescriptionstatic BinanceSubscriptionType
Returns the enum constant of this type with the specified name.static BinanceSubscriptionType[]
BinanceSubscriptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in info.bitrich.xchangestream.binance with parameters of type BinanceSubscriptionTypeModifier and TypeMethodDescriptionvoid
BinanceStreamingMarketDataService.unsubscribe
(Instrument instrument, BinanceSubscriptionType subscriptionType) Live Unsubscription that should be called in the Observable.doOnDispose().