mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 09:36:00 +08:00
sending one order instead of zero
This commit is contained in:
@@ -95,7 +95,7 @@ class FinanceTestCase(ThreadPoolExecutorMixin, TestCase):
|
||||
[100,100,100,100],
|
||||
datetime.datetime.strptime("02/15/2012","%m/%d/%Y"),
|
||||
datetime.timedelta(days=1)))
|
||||
client = TestTradingClient(0)
|
||||
client = TestTradingClient(1)
|
||||
order_sim = TradeSimulator()
|
||||
|
||||
sim.register_components([client, order_sim, set1])
|
||||
|
||||
Reference in New Issue
Block a user