Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jul 8, 2024
1 parent 3cd2c5d commit c77cadb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ public class Data
[JsonProperty("margin_available")]
public double marginAvailable { get; set; }

[JsonProperty("profit_real")]
public double profitReal { get; set; }

[JsonProperty("profit_unreal")]
public double profitUnreal { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ public class Data
[JsonProperty("margin_available", NullValueHandling = NullValueHandling.Ignore)]
public double marginAvailable { get; set; }

[JsonProperty("profit_real")]
public double profitReal { get; set; }

[JsonProperty("profit_unreal")]
public double profitUnreal { get; set; }

Expand Down

0 comments on commit c77cadb

Please sign in to comment.