Add note to `.brokers.ib.api` about removing `_bar_load_dtype`

mp_fomo_polish
Tyler Goodlet 2025-03-28 18:33:38 -04:00
parent 5f347c9f6a
commit 17aebf44a9
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ from ._util import (
get_logger, get_logger,
) )
# ?TODO? this can now be removed since it was originally to extend
# with a `bar_vwap` field that we removed from the default ohlcv
# dtype since it's better calculated in an FSP func
#
_bar_load_dtype: list[tuple[str, type]] = [ _bar_load_dtype: list[tuple[str, type]] = [
# NOTE XXX: only part that's diff # NOTE XXX: only part that's diff
# from our default fields where # from our default fields where