Skip to content

Commit

Permalink
add param
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jul 15, 2024
1 parent 8708826 commit 4dd083f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Huobi.SDK.Model/Response/Order/GetHistoryOrdersResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public class HistoryOrder
/// Possible values: [sys, web, api, app]
/// </summary>
public string source;

[JsonProperty("canceled-source", NullValueHandling = NullValueHandling.Ignore)]
public string canceledSource;

/// <summary>
/// The orders state
Expand Down
3 changes: 3 additions & 0 deletions Huobi.SDK.Model/Response/Order/GetOrderResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ public class Order
/// Possible values: [sys, web, api, app]
/// </summary>
public string source;

[JsonProperty("canceled-source", NullValueHandling = NullValueHandling.Ignore)]
public string canceledSource;

/// <summary>
/// The orders state
Expand Down

0 comments on commit 4dd083f

Please sign in to comment.