diff --git a/Common/Orders/TerminalLinkOrderProperties.cs b/Common/Orders/TerminalLinkOrderProperties.cs
index 083dd7b44586..0970bb16f893 100644
--- a/Common/Orders/TerminalLinkOrderProperties.cs
+++ b/Common/Orders/TerminalLinkOrderProperties.cs
@@ -76,9 +76,15 @@ public class TerminalLinkOrderProperties : OrderProperties
public StrategyParameters Strategy { get; set; }
///
- /// Whether to include the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default (buy, sell)
+ /// Whether to automatically include the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default (buy, sell)
///
- public bool EnablePositionSide { get; set; }
+ public bool AutomaticPositionSides { get; set; }
+
+ ///
+ /// Can optionally specify the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default (buy, sell)
+ ///
+ /// Has precedence over
+ public OrderPosition? PositionSide { get; set; }
///
/// Models an EMSX order strategy parameter