Skip to content

Commit

Permalink
Ticker QuoteVolume nullability
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Apr 3, 2024
1 parent da2e5a3 commit 144c8ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Mexc.Net/Mexc.Net.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Mexc.Net/Objects/Models/Spot/MexcTicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MexcTicker
/// Volume in quote asset
/// </summary>
[JsonProperty("quoteVolume")]
public decimal QuoteVolume { get; set; }
public decimal? QuoteVolume { get; set; }
/// <summary>
/// Open timestamp
/// </summary>
Expand Down

0 comments on commit 144c8ee

Please sign in to comment.