piker/piker/brokers
Tyler Goodlet 97dd7e766a ib: more trade record edge case handling
- timestamps came as `'date'`-keyed from 2022 and before but now are
  `'datetime'`..
- some symbols seem to have no commission field, so handle that..
- when no `'price'` field found return `None` from `norm_trade()`.
- add a warn log on mid-fill commission updates.
2024-06-18 10:00:18 -04:00
..
binance Port binance to `httpx` 2024-06-12 09:41:23 -04:00
deribit deribit: switch to `rapidfuzz` API 2023-09-21 19:44:27 -04:00
ib ib: more trade record edge case handling 2024-06-18 10:00:18 -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 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` 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 Woops, `data` can be an empty list XD 2024-05-28 16:19:28 -04: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