Skip to content

Commit

Permalink
Updated UnifiedMarginStatus enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 19, 2024
1 parent 7bd11b2 commit a4f4b64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ByBit.Net/Enums/UnifiedMarginStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ public enum UnifiedMarginStatus
/// Unified trade account pro, can trade bulk order api endpoints
/// </summary>
[Map("4")]
UnifiedTradeAccountPro
UnifiedTradeAccountPro,
/// <summary>
/// Unified trade account 2.0 pro, can trade bulk order api endpoints
/// </summary>
[Map("5")]
UnifiedTradeAccount2,
/// <summary>
/// Unified trade account 2.0 pro, can trade bulk order api endpoints
/// </summary>
[Map("6")]
UnifiedTradeAccount2Pro
}
}

0 comments on commit a4f4b64

Please sign in to comment.