feat: preserve Quant OS target-package vertical slice
This commit is contained in:
@@ -43,8 +43,10 @@ class FakeJoinQuantHarness(object):
|
||||
is_st=False,
|
||||
high_limit=9999.0,
|
||||
low_limit=0.01,
|
||||
day_open=float(values[-1]),
|
||||
last_price=float(values[-1]),
|
||||
)
|
||||
for symbol in histories
|
||||
for symbol, values in self.histories.items()
|
||||
}
|
||||
self.context = SimpleNamespace(
|
||||
current_dt=datetime.datetime(2026, 7, 20, 9, 30),
|
||||
|
||||
Reference in New Issue
Block a user