Package info.bitrich.xchangestream.bybit
Class BybitStreamingTradeService
java.lang.Object
info.bitrich.xchangestream.bybit.BybitStreamingTradeService
- All Implemented Interfaces:
StreamingTradeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<BybitComplexPositionChanges>
getBybitPositionChanges
(BybitCategory category) io.reactivex.rxjava3.core.Observable<Order>
getOrderChanges
(BybitCategory category) io.reactivex.rxjava3.core.Observable<OpenPosition>
getPositionChanges
(BybitCategory category) 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, getUserTrades, getUserTrades
-
Constructor Details
-
BybitStreamingTradeService
-
-
Method Details
-
getOrderChanges
-
getPositionChanges
public io.reactivex.rxjava3.core.Observable<OpenPosition> getPositionChanges(BybitCategory category) -
getBybitPositionChanges
public io.reactivex.rxjava3.core.Observable<BybitComplexPositionChanges> getBybitPositionChanges(BybitCategory category)
-