3e1ee11da1
- TimeSliceFactory will directly ignore open interest for determining if the slice has data or not. Open interest will still be available through the Tick collection. Reverting some of the previous commits changes since they are no longer required. - HistoryRequests and SubscriptionRequest will use AlwaysOpen exchange for open interest requests. Adding unit test reproducing issue - Adding `BaseDataRequest` to avoid duplication logic.