Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsblom committed Jan 9, 2025
1 parent 1543788 commit a069cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nautilus_trader/adapters/dydx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class DYDXDataClientConfig(LiveDataClientConfig, frozen=True):
`DYDX_TESTNET_WALLET_ADDRESS` environment variables.
testnet : bool, default False
If the client is connecting to the dYdX testnet API.
update_instruments_interval_mins: PositiveInt or None, default 60
update_instruments_interval_mins : PositiveInt or None, default 60
The interval (minutes) between reloading instruments from the venue.
max_ws_reconnection_tries: int, default 3
max_ws_reconnection_tries : int, default 3
The number of retries to reconnect the websocket connection if the
connection is broken.
max_ws_send_retries : int, optional
Expand Down

0 comments on commit a069cf9

Please sign in to comment.