Refactors existing consolidators, indicators, and helper methods to depend on
IBaseData instead of BaseData. These updates also defines an IBaseDataBar to
act as an abstraction point between TradeBar and QuoteBar.
Also verified each indicator has a ResetsProperly test
Reformatted some files that were using K&R bracing, please format code consistently with the rest of the application