piker/piker/brokers/binance
Gud Boi 31859e9d03 Exclude crypto futes from `without_src` sym key
Extend the `col_sym_key` asset-type check in `start_backfill()`
to also exclude crypto-denominated futures (where `src` is
`'crypto_currency'` and `dst` is `'future'`) from the
`without_src=True` fqme path.

Also in `.brokers.binance` backend (it being the guilty culprit in the
discovery of this bug; and why i touched styling this code),

- reformat `make_sub()` fn sig to multiline style in
  `.binance.feed`.
- add backtick around `dict` in `make_sub()` docstring.
- reformat `or` conditionals to multiline style in
  `.binance.feed.get_mkt_info()`.

(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-03-17 21:15:31 -04:00
..
__init__.py Add paper-engine cost simulation support 2023-08-07 09:55:45 -04:00
api.py Update `binance` spot pairs with `amendAllowed` 2026-01-06 23:43:44 -05:00
broker.py Use `__name__` for loggers across most sub-mods 2026-02-23 12:22:48 -05:00
feed.py Exclude crypto futes from `without_src` sym key 2026-03-17 21:15:31 -04:00
venues.py binance: handle new `TRADIFI_PERPETUAL`.. 2026-01-06 23:43:44 -05:00