mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 22:18:58 +08:00
a823cceabc
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.