Skip to content

Commit

Permalink
Added missing trigger order statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 15, 2024
1 parent a3326fe commit 6a2a5d9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Bitget.Net/Enums/V2/TriggerOrderStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ public enum TriggerOrderStatus
/// Order executed
/// </summary>
[Map("executed")]
Executed
Executed,
/// <summary>
/// Canceled
/// </summary>
[Map("cancelled")]
Canceled,
/// <summary>
/// Failed to execute
/// </summary>
[Map("fail_execute")]
FailedExecute
}
}

0 comments on commit 6a2a5d9

Please sign in to comment.