Skip to content

Commit

Permalink
Added Cash value to MarginMode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 3, 2024
1 parent 65d721c commit 0064348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OKX.Net/Enums/MarginMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ public enum MarginMode
Isolated,
[Map("cross")]
Cross,
[Map("cash")]
Cash
}

0 comments on commit 0064348

Please sign in to comment.