Class KrakenFuturesStreamingTradeService
java.lang.Object
info.bitrich.xchangestream.krakenfutures.KrakenFuturesStreamingTradeService
- All Implemented Interfaces:
StreamingTradeService
-
Constructor Summary
ConstructorDescriptionKrakenFuturesStreamingTradeService
(KrakenFuturesStreamingService streamingService) -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<UserTrade>
io.reactivex.rxjava3.core.Observable<UserTrade>
getUserTrades
(Instrument instrument, Object... args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.bitrich.xchangestream.core.StreamingTradeService
getOrderChanges, getOrderChanges, getUserTrades
-
Constructor Details
-
KrakenFuturesStreamingTradeService
-
-
Method Details
-
getUserTrades
public io.reactivex.rxjava3.core.Observable<UserTrade> getUserTrades(Instrument instrument, Object... args) - Specified by:
getUserTrades
in interfaceStreamingTradeService
-
getUserTrades
- Specified by:
getUserTrades
in interfaceStreamingTradeService
-