Skip to content

Commit

Permalink
Added missing quoteVolume property in ticker model
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Apr 3, 2024
1 parent 426a073 commit da2e5a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Mexc.Net/Objects/Models/Spot/MexcTicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public class MexcTicker
[JsonProperty("volume")]
public decimal Volume { get; set; }
/// <summary>
/// Volume in quote asset
/// </summary>
[JsonProperty("quoteVolume")]
public decimal QuoteVolume { get; set; }
/// <summary>
/// Open timestamp
/// </summary>
[JsonProperty("openTime")]
Expand Down

0 comments on commit da2e5a3

Please sign in to comment.