Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Nov 14, 2023
1 parent ab171a5 commit a7d2d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuantConnect.BybitBrokerage/BybitBrokerage.Messaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ private void HandleOrderExecution(JToken message)
partialFillMessage = $"\nPARTIAL FILL DATA: Partially filled: {accumulatedFilledQuantity + filledQuantity}/{leanOrder.AbsoluteQuantity}";
}
Log.Trace($"HANDLING EXCECUTION: Order ID: {leanOrder.Id}. Quantity {tradeUpdate.ExecutionQuantity}. \n" +
$"WEBSOCKET MESSAGE DATA: Order quantity: {message["data"][i]["orderQty"]}. Remaining quantity: {message["data"][i]["leavesQty"]}." +
partialFillMessage);
partialFillMessage +
$"WEBSOCKET MESSAGE DATA: {message["data"][i]}");
i++;

OnOrderEvent(orderEvent);
Expand Down

0 comments on commit a7d2d8f

Please sign in to comment.