slazarov / python-bittrex-websocket-aio

Python websocket for Bittrex (async).
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/index.html#
MIT License
36 stars 13 forks source link

fixed query exchange state ticker #11

Closed ianjw11 closed 6 years ago

ianjw11 commented 6 years ago

Query exchange state wasn't returning the market under 'M'.

I noticed in the threaded version you're putting it under 'ticker' is there a reason for this? Probably makes sense to unify.....

slazarov commented 6 years ago

Hi, the threaded version is a few commits ahead. I've made some recommendations to your PR. Once we concluded them, we can commit the changes.

I use 'ticker' because the official endpoint doesn't yield the market ('M') and I want to distinguish it, i.e it's not a native property. Also described in here.

slazarov commented 6 years ago

Part of changes added in https://github.com/slazarov/python-bittrex-websocket-aio/commit/d3b29cf616e90ca6fde12cc145e973fbc96651e7. Closing.