diff --git a/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountInfoResponse.cs b/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountInfoResponse.cs index 63e1ba1..704be4b 100644 --- a/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountInfoResponse.cs +++ b/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountInfoResponse.cs @@ -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; } diff --git a/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountPositionResponse.cs b/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountPositionResponse.cs index 668a846..fcfedcb 100644 --- a/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountPositionResponse.cs +++ b/Huobi.SDK.Core/CoinSwap/RESTful/Response/Account/GetAccountPositionResponse.cs @@ -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; }