Refactor Delistings Processing (#6059)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Move processing of delistings to Brokerage * Deal with case that exchange is not open on OptionSymbol.ID.Date * Refactor solution to use DelistingNotification event * Adjust some regression expected liquidation time * Mark some todos on deprecated functions * Update expected liqudation time for Py regressions * Update regressions that have been validated * Use HandlePositionAssigned for assignment orders * Update regressions * Update some missed unit tests; remove one that is already covered by regression * Cleanup deprecated backend functions * nit - small cleanup adjustment * Post rebase fix * Address review * Minor tweak to py regression
This commit is contained in:
@@ -16,7 +16,7 @@ from AlgorithmImports import *
|
||||
class BasicTemplateIndexAlgorithm(QCAlgorithm):
|
||||
def Initialize(self) -> None:
|
||||
self.SetStartDate(2021, 1, 4)
|
||||
self.SetEndDate(2021, 1, 15)
|
||||
self.SetEndDate(2021, 1, 18)
|
||||
self.SetCash(1000000)
|
||||
|
||||
# Use indicator for signal; but it cannot be traded
|
||||
|
||||
Reference in New Issue
Block a user