Skip to content

Commit 6ea96b3

Browse files
Fix compile
1 parent 3e41046 commit 6ea96b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantConnect.BybitBrokerage/BybitBrokerage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ private void Initialize(string baseWssUrl, string restApiUrl, string apiKey, str
239239
_privateWebSocketUrl = $"{baseWssUrl}/v5/private";
240240
var basePublicWebSocketUrl = $"{baseWssUrl}/v5/public";
241241

242-
Initialize(_privateWebSocketUrl, new BybitWebSocketWrapper(), null, apiKey, apiSecret);
242+
Initialize(_privateWebSocketUrl, new BybitWebSocketWrapper(), httpClient: null, apiKey, apiSecret);
243243

244244
_job = job;
245245
_algorithm = algorithm;

0 commit comments

Comments
 (0)