Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes
Browse files Browse the repository at this point in the history
jhonabreul committed Mar 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c777923 commit 852c84c
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using QLNet;
using QuantConnect.Data;
using QuantConnect.Interfaces;
using QuantConnect.Orders;
3 changes: 1 addition & 2 deletions Common/Brokerages/OptionNotificationEventArgs.cs
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 852c84c

Please sign in to comment.