Skip to content

Commit

Permalink
Update BinanceFuturesSymbolBracket.cs (#1426)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
llerrowa authored Sep 25, 2024
1 parent eae5fba commit 0255a4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private long QuantityCap
/// </summary>
[JsonPropertyName("notionalFloor")]
public long Floor { get; set; }
[JsonPropertyName("qtylFloor")]
[JsonPropertyName("qtyFloor")]
private long QuantityFloor
{
set => Floor = value;
Expand All @@ -81,4 +81,4 @@ private long QuantityFloor
[JsonPropertyName("cum")]
public decimal MaintAmount { get; set; }
}
}
}

0 comments on commit 0255a4c

Please sign in to comment.