Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Feb 22, 2018
1 parent ae1fdca commit 3b33949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Binance/Account/Orders/ClientOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ public abstract class ClientOrder : IChronological
public decimal Quantity { get; set; }

/// <summary>
/// Get or set the client order ID.
/// Get or set the client order ID (newClientOrderId).
/// NOTE: This value is set internally after order placement.
/// </summary>
public string Id { get; set; }

/// <summary>
/// Get the transact time.
/// NOTE: This value is set internally after order placement.
/// </summary>
public DateTime Time { get; internal set; }

Expand Down

0 comments on commit 3b33949

Please sign in to comment.