Fix quote tick python consolidate call (#6876)
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
This commit is contained in:
@@ -1253,7 +1253,7 @@ namespace QuantConnect.Algorithm
|
||||
return Consolidate(symbol, period, tickType, handler.ConvertToDelegate<Action<QuoteBar>>());
|
||||
}
|
||||
|
||||
return Consolidate(symbol, period, null, handler.ConvertToDelegate<Action<BaseData>>());
|
||||
return Consolidate(symbol, period, tickType, handler.ConvertToDelegate<Action<BaseData>>());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user