diff --git a/nautilus_trader/adapters/dydx/config.py b/nautilus_trader/adapters/dydx/config.py index f4930dbe0d2..589461158b5 100644 --- a/nautilus_trader/adapters/dydx/config.py +++ b/nautilus_trader/adapters/dydx/config.py @@ -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