piker/piker/brokers
Tyler Goodlet 32fe5c4942 `kucoin`: repair live quotes streaming..
This must have broke at some point during the new `MktPair` and thus
`.fqme: str` updates; mas-o-menos the symbol key in the quote-msg-`dict`
was NOT set to the `MktPair.bs_fqme: str` value and thus wasn't being
processed by the downstream sampling and feed subsys.

So fix that as well as a few other refinements,
- set the `topic: mkt.bs_fqme` in quote msgs obvi.
- drop the "wait for first clearing vlm" quote poll loop; going to fix
  the sampler to handle a `first_quote` without a `'last'` key.
- add some typing around calls to `get_mkt_info()`.
- rename `stream_messages()` -> `iter_normed_quotes()`.
2025-02-12 08:02:25 -05:00
..
binance Deleted settlePlan field from binance FutesPair. 2025-02-12 08:02:25 -05:00
deribit deribit: switch to `rapidfuzz` API 2023-09-21 19:44:27 -04:00
ib ib: add connect status info emit 2025-02-11 14:56:17 -05:00
kraken Change type-annots to use `httpx.Response` 2025-02-11 16:27:28 -05:00
__init__.py Change type-annots to use `httpx.Response` 2025-02-11 16:27:28 -05:00
_daemon.py brokers._daemon: drop question-comment about enabling feed module 2023-08-25 13:33:59 -04:00
_util.py Change type-annots to use `httpx.Response` 2025-02-11 16:27:28 -05:00
cli.py Delegate `.toolz.open_crash_handler()` to `tractor.devx` 2024-01-16 10:26:38 -05:00
core.py Temporarily use crash handler around search CLI ep 2023-09-29 14:02:17 -04:00
data.py Use common `.brokers` logger in most backends 2023-05-09 14:49:26 -04:00
kucoin.py `kucoin`: repair live quotes streaming.. 2025-02-12 08:02:25 -05:00
questrade.py Move `._cacheables.open_cached_client()` into `.brokers` pkg mod 2023-06-27 13:41:47 -04:00
robinhood.py Use common `.brokers` logger in most backends 2023-05-09 14:49:26 -04:00