Skip to content

Commit

Permalink
[bybit-stream] merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed Oct 22, 2024
1 parent a05a313 commit be67346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static void spot() throws IOException {
exchange
.getStreamingMarketDataService()
.getOrderBook(ETH_SPOT)
.subscribe();
.subscribe());
tradesDisposable.add(exchange
.getStreamingMarketDataService().getTrades(ETH_SPOT).subscribe(
trade -> System.out.println("trade: " + trade)));
Expand Down

0 comments on commit be67346

Please sign in to comment.