Clean code, remove warning for future and spot
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Managing.Domain.Trades;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Managing.Infrastructure.Evm.Models.Proxy;
|
||||
|
||||
public class GetGmxTradesResponse : Web3ProxyBaseResponse
|
||||
{
|
||||
|
||||
[JsonProperty("trades")]
|
||||
[JsonPropertyName("trades")]
|
||||
public List<GmxTrade> Trades { get; set; }
|
||||
@@ -53,4 +51,4 @@ public class GmxTrade
|
||||
[JsonProperty("exchangeOrderId")]
|
||||
[JsonPropertyName("exchangeOrderId")]
|
||||
public string ExchangeOrderId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user