Skip to content

Commit

Permalink
Fix Summary for CancelPending (#8020)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed May 13, 2024
1 parent 1c32144 commit ddea4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Orders/OrderTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public enum OrderStatus
Invalid = 7,

/// <summary>
/// Order waiting for confirmation of cancellation (6)
/// Order waiting for confirmation of cancellation (8)
/// </summary>
CancelPending = 8,

Expand Down

0 comments on commit ddea4ec

Please sign in to comment.