XChange icon indicating copy to clipboard operation
XChange copied to clipboard

[FTX] Dependencies issue

Open elkceo opened this issue 3 years ago • 1 comments

When I am adding dependencies for ftx <dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-ftx</artifactId> <version>5.0.9</version> </dependency> <dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-stream-ftx</artifactId> <version>5.0.9</version> </dependency> I cant use FtxStreamingTradeService, It says .NotYetImplementedForExchangeException: getStreamingTradeService But I see on github there's methods getStreamingTradeService().getOrderChanges() or getUserTrades(); But in source file it doesnt exist. Any idea how to fix it? image

elkceo avatar Aug 25 '21 17:08 elkceo

does 5.0.10 have it?

earce avatar Sep 01 '21 18:09 earce