Skip to content

Commit 8b8cf84

Browse files
Fix compile
1 parent 5aacb98 commit 8b8cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuantConnect.dYdXBrokerage/dYdXBrokerage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void Initialize(
167167

168168
ValidateSubscription();
169169

170-
base.Initialize(indexerWssUrl, new WebSocketClientWrapper(), null, null, null);
170+
base.Initialize(indexerWssUrl, new WebSocketClientWrapper(), httpClient: null, null, null);
171171

172172
_job = job;
173173
_algorithm = algorithm;

0 commit comments

Comments
 (0)