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

Bittrex MarketSymbolIsReversed should be false #578

Closed
LucStr opened this issue Apr 6, 2021 · 1 comment
Closed

Bittrex MarketSymbolIsReversed should be false #578

LucStr opened this issue Apr 6, 2021 · 1 comment

Comments

@LucStr
Copy link
Contributor

LucStr commented Apr 6, 2021

Hello I am using the Method IExchangeAPI.GlobalMarketSymbolToExchangeMarketSymbolAsync to get my GlobalMarketSymbol(BTC-ETH) to the ExchangeMarketSymbol (BTC-ETH). I saw, that BittrexAPI is setting the Property MarketSymbolIsReversed to true, which results in the market symbol being (ETH-BTC). Therefore the websocket subscription doesn't work.

I was wondering why MarketSymbolIsReversed is set to true, as the way I see it Bittrex is using the format BASE-QUOTE to describe it's markets.

Am I Interpreting something wrong?

best regards.

@vslee
Copy link
Collaborator

vslee commented Apr 6, 2021

GlobalMarketSymbol has been a work in progress for a while, see:
#570, #566

There was a PR submitted to improve things, but it has stalled: #565

If you'd like to submit your own PR, we'd be happy to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants