mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 23:21:36 +08:00
098d38ac76
Match the behavior of the minute bar reader, now that the session and minute bar readers share a common interface. isnull is slightly slower than checking against -1; however, n cases where we check against illiquid trades in a tight loop, volume is checked which is not using nan. The change here should be marginal with regards to performance.