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 9018621 commit bfcf0da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public static class DataBean {
private BigDecimal marginFrozen;
@SerializedName("margin_available")
private BigDecimal marginAvailable;
@SerializedName("profit_real")
private BigDecimal profitReal;
@SerializedName("profit_unreal")
private BigDecimal profitUnreal;
@SerializedName("risk_rate")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public static class DataBean {
private BigDecimal marginFrozen;
@SerializedName("margin_position")
private BigDecimal marginAvailable;
@SerializedName("profit_real")
private BigDecimal profitReal;
@SerializedName("profit_unreal")
private BigDecimal profitUnreal;
@SerializedName("risk_rate")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public static class DataBean {
private BigDecimal marginFrozen;
@SerializedName("margin_available")
private BigDecimal marginAvailable;
@SerializedName("profit_real")
private BigDecimal profitReal;
@SerializedName("profit_unreal")
private BigDecimal profitUnreal;
@SerializedName("risk_rate")
Expand Down

0 comments on commit bfcf0da

Please sign in to comment.