You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataFeedSubscription accepts exchange service.Exchange but uses only CandlesSubscription method from Feeder interface. Does it make sense to change dependency from Exchange interface to Feeder?
The text was updated successfully, but these errors were encountered:
Hi @ramilexe, thanks for the suggestion!
Of course, both will be compatible. But in theory they are internal modules, this should not affect external users, are you having any problems with this point?
yes, I would like to use future.WsCombinedKlineServe method and instead of just implementing CandlesSubscription method and some other from Feeder I also need to implement Broker methods as well.
DataFeedSubscription
acceptsexchange service.Exchange
but uses onlyCandlesSubscription
method fromFeeder
interface. Does it make sense to change dependency from Exchange interface toFeeder
?The text was updated successfully, but these errors were encountered: