Skip to content

Commit

Permalink
Added MinNotionalValue to V5Api.ExchangeData.GetLinearInverseSymbolsA…
Browse files Browse the repository at this point in the history
…sync lot size filter
  • Loading branch information
JKorf committed Apr 17, 2024
1 parent 0ebb175 commit 9b9eaa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ByBit.Net/Objects/Models/V5/BybitLinearInverseSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ public class BybitLinearInverseLotSizeFilter
/// </summary>
[JsonProperty("maxMktOrderQty")]
public decimal MaxMarketOrderQuantity { get; set; }
/// <summary>
/// Minimal notional value of an order
/// </summary>
[JsonProperty("minNotionalValue")]
public decimal MinNotionalValue { get; set; }
}

/// <summary>
Expand Down

0 comments on commit 9b9eaa7

Please sign in to comment.