Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add support for ws-orderbook to Kraken and Gemini Exchanges #588

Merged
merged 2 commits into from
May 7, 2021
Merged

Feature: Add support for ws-orderbook to Kraken and Gemini Exchanges #588

merged 2 commits into from
May 7, 2021

Conversation

EcBen
Copy link
Contributor

@EcBen EcBen commented May 5, 2021

@jjxtra
There is some code formatting changes in this diff to move these files to tabs for indention. That's mainly in the first commit.

Biggest change here is adding isWebSocket overload parameter to the GetMarketSymbolsAsync(bool isWebSocket = false); and OnGetMarketSymbolsAsync(bool isWebSocket = false) methods. This was needed because Kraken's WebSocket symbols are different from the REST API symbols 🙄. ETHDAI vs. ETH/DAI

You had added some support for Gemini ws-orderbook, but it wasn't updating. Similar to the ws-ticker issue we exchanged emails about. That's fix now.

@vslee vslee requested a review from jjxtra May 5, 2021 16:22
@vslee vslee merged commit 21135b0 into DigitalRuby:master May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants