Class KlineSubscription
java.lang.Object
info.bitrich.xchangestream.binance.KlineSubscription
public class KlineSubscription extends Object
-
Constructor Summary
Constructors Constructor Description KlineSubscription(Map<Instrument,Set<KlineInterval>> klines)
-
Method Summary
Modifier and Type Method Description boolean
contains(Instrument instrument, KlineInterval interval)
Map<Instrument,Set<KlineInterval>>
getKlines()
boolean
hasUnauthenticated()
boolean
isEmpty()
-
Constructor Details
-
KlineSubscription
-
-
Method Details
-
getKlines
-
isEmpty
public boolean isEmpty() -
hasUnauthenticated
public boolean hasUnauthenticated() -
contains
-