Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The xchange ticker action invokes this code:
Note the cast of 'pair' to 'Instrument'. Conveniently this works for the default binance exchange that the component ships with. But for most other exchanges, the xchange crypto API implementations still use the deprecated MarketDataService.getTicker(CurrencyPair).
So if you try to use the ticker action for the kraken exchange, you get NotYetImplementedForExchangeException.
We could do fallback to the older getTicker variant if the initial attempt fails.
Attachments
Issue Links
- links to