Skip to content

Commit

Permalink
Added Tags to order (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
VozyakovAV authored Oct 9, 2023
1 parent 4fe8ed3 commit 9362b47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kucoin.Net/Kucoin.Net.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Kucoin.Net/Objects/Models/KucoinOrderBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ public class KucoinOrderBase
/// </summary>
public string Remark { get; set; } = string.Empty;
/// <summary>
/// Tags for the order
/// </summary>
public string Tags { get; set; } = string.Empty;
/// <summary>
/// Whether the order is active
/// </summary>
public virtual bool? IsActive { get; set; }
Expand Down

0 comments on commit 9362b47

Please sign in to comment.