Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Mar 5, 2024
1 parent edc1787 commit 42cccc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using QLNet;
using QuantConnect.Data;
using QuantConnect.Interfaces;
using QuantConnect.Orders;
Expand Down
3 changes: 1 addition & 2 deletions Common/Brokerages/OptionNotificationEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ public OptionNotificationEventArgs(Symbol symbol, decimal position)
/// <param name="position">The new option position</param>
/// <param name="tag">The tag to be used for the order</param>
public OptionNotificationEventArgs(Symbol symbol, decimal position, string tag)
: this(symbol, position)
{
Symbol = symbol;
Position = position;
Tag = tag;
}

Expand Down

0 comments on commit 42cccc1

Please sign in to comment.