Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Sep 11, 2024
1 parent a321770 commit 97860aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Kucoin.Net/Objects/Models/Futures/KucoinFuturesOrderResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ namespace Kucoin.Net.Objects.Models.Futures
/// </summary>
public record KucoinFuturesOrderResult: KucoinOrderId
{
/// <summary>
/// Client order id
/// </summary>
[JsonProperty("clientOid")]
public string ClientOrderId { get; set; } = string.Empty;
/// <summary>
/// Symbol
/// </summary>
Expand Down

0 comments on commit 97860aa

Please sign in to comment.