Skip to content

Commit

Permalink
made nextFundingRate nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtiben committed Jan 31, 2024
1 parent 7bc3dbd commit 8036bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OKX.Net/Objects/Public/OKXFundingRate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ public class OKXFundingRate
/// Next funding rate
/// </summary>
[JsonProperty("nextFundingRate")]
public decimal NextFundingRate { get; set; }
public decimal? NextFundingRate { get; set; }
}

0 comments on commit 8036bdc

Please sign in to comment.