Skip to content

Commit

Permalink
Add new EnablePositionSide terminal link order property (QuantConnect…
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul authored Feb 2, 2024
1 parent 701a467 commit 8b804c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Common/Orders/TerminalLinkOrderProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ public class TerminalLinkOrderProperties : OrderProperties
/// </summary>
public StrategyParameters Strategy { get; set; }

/// <summary>
/// Whether to include the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default (buy, sell)
/// </summary>
public bool EnablePositionSide { get; set; }

/// <summary>
/// Models an EMSX order strategy parameter
/// </summary>
Expand Down

0 comments on commit 8b804c4

Please sign in to comment.