ed5f7ab58c
- Adding new `PriceScaleFactorEnumerator` that will scale raw prices based on a provided `SubscriptionDataConfig` and update the `SubscriptionDataConfig.PriceScaleFactor`. Adding unit tests. - `BaseData` factories (`TradeBar.cs`, `QuoteBar.cs`, `Tick.cs`) will no longer scale factor prices, they will generate data points in raw mode. - `SubscriptionDataReader` will no longer update the `SuscriptionDataConfig.PriceScaleFactor` - Fix `BrokerageTransactionHandlerTests` unit test that was having a race condition.