piker/piker/brokers
Tyler Goodlet 411b517d8d `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-01-29 15:36:35 -03:00
..
binance Deleted settlePlan field from binance FutesPair. 2025-01-29 15:36:35 -03:00
deribit deribit: switch to `rapidfuzz` API 2023-09-21 19:44:27 -04:00
ib ib: `.api` mod and log-fmt cleaning 2024-06-20 14:40:21 -04:00
kraken Change type-annots to use `httpx.Response` 2024-05-20 12:55:45 -04:00
__init__.py Change type-annots to use `httpx.Response` 2024-05-20 12:55:45 -04:00
_daemon.py Prep service mngr for move to `tractor.hilevel` 2025-01-29 00:17:36 -03:00
_util.py Change type-annots to use `httpx.Response` 2024-05-20 12:55:45 -04: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-01-29 15:36:35 -03: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