mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Added ClientOrderId property to SharedUserTrade model
This commit is contained in:
@@ -28,6 +28,10 @@ namespace CryptoExchange.Net.SharedApis
|
||||
/// </summary>
|
||||
public string OrderId { get; set; }
|
||||
/// <summary>
|
||||
/// The client order id
|
||||
/// </summary>
|
||||
public string? ClientOrderId { get; set; }
|
||||
/// <summary>
|
||||
/// Side of the trade
|
||||
/// </summary>
|
||||
public SharedOrderSide? Side { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user