Skip to content

Commit

Permalink
Added IsMaker to V5Api.SubscribeToMinimalUserTradeUpdatesAsync model
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 5, 2024
1 parent 4b461dd commit 273e791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ByBit.Net/Objects/Models/V5/BybitMinimalUserTradeUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ public record BybitMinimalUserTradeUpdate
[JsonProperty("execId")]
public string TradeId { get; set; } = string.Empty;
/// <summary>
/// Is maker trade
/// </summary>
[JsonProperty("isMaker")]
public bool IsMaker { get; set; }
/// <summary>
/// Trade price
/// </summary>
[JsonProperty("execPrice")]
Expand Down

0 comments on commit 273e791

Please sign in to comment.