mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 04:42:38 +08:00
a3c1f4ce36
The daily/session bar reader's `spot_price` took the same parameters and returned the same kind of output as the minute bar reader's `get_value`. Standardize on one method to make a common interface, which may be formally factored out in a later patch; to help enable writing reader implementations or mixins which can be agnostic to the bar frequency.