Skip to content

Commit

Permalink
Added SpecialTreatmentLabel to restClient.V5Api.ExchangeData.GetSpotS…
Browse files Browse the repository at this point in the history
…ymbolsAsync response model
  • Loading branch information
JKorf committed Nov 25, 2024
1 parent a3e5d13 commit 750b737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ByBit.Net/Objects/Models/V5/BybitSpotSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ public record BybitSpotSymbol
/// </summary>
[JsonProperty("riskParameters")]
public BybitPriceLimit? PricePercentageFilter { get; set; }
/// <summary>
/// Whether the symbol has the special treatment label
/// </summary>
[JsonProperty("stTag")]
public bool SpecialTreatmentLabel { get; set; }
}

/// <summary>
Expand Down

0 comments on commit 750b737

Please sign in to comment.