Skip to content

Commit 31e2476

Browse files
Allow specifying PositionSize wolverine order properties (#9257)
1 parent 297207b commit 31e2476

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Common/Orders/WolverineOrderProperties.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ public class WolverineOrderProperties : OrderProperties
2525
/// The exchange post fix to apply if any
2626
/// </summary>
2727
public string ExchangePostFix { get; set; }
28+
29+
/// <summary>
30+
/// Can optionally specify the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default handling
31+
/// </summary>
32+
public OrderPosition? PositionSide { get; set; }
2833
}
2934
}

0 commit comments

Comments
 (0)