Skip to content

Commit

Permalink
RewardType enum enhanced by 'All' member (#1468)
Browse files Browse the repository at this point in the history
Co-authored-by: Jozef Filicki <filicki@greenova.cz>
  • Loading branch information
abstract195 and Jozef Filicki authored Jan 22, 2025
1 parent 56df3e5 commit eca8fba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Binance.Net/Binance.Net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4725,6 +4725,11 @@
Historical rewards
</summary>
</member>
<member name="F:Binance.Net.Enums.RewardType.All">
<summary>
All
</summary>
</member>
<member name="T:Binance.Net.Enums.SelfTradePreventionMode">
<summary>
Self trade prevention mode
Expand Down
7 changes: 6 additions & 1 deletion Binance.Net/Enums/RewardType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ public enum RewardType
/// Historical rewards
/// </summary>
[Map("REWARDS")]
HistoricalRewards
HistoricalRewards,
/// <summary>
/// All reward types
/// </summary>
[Map("ALL")]
All
}
}

0 comments on commit eca8fba

Please sign in to comment.