Skip to content

Commit

Permalink
sandbox: initialize the account of the SimulatedExchange on initializ…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
davidsblom committed Apr 27, 2024
1 parent 0c1bea3 commit b82d935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautilus_trader/adapters/sandbox/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __init__(
clock=self.test_clock,
)
self.exchange.register_client(self._client)
self.exchange.initialize_account()

def connect(self) -> None:
"""
Expand Down

0 comments on commit b82d935

Please sign in to comment.