Skip to content

Commit

Permalink
Added missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
luukholleman committed Feb 16, 2024
1 parent 08c2bc8 commit e89342a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ByBit.Net/Objects/Models/V5/BybitTransactionLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ namespace Bybit.Net.Objects.Models.V5
/// </summary>
public class BybitTransactionLog
{
/// <summary>
/// Unique id
/// </summary>
public string Id { get; set; } = string.Empty;
/// <summary>
/// Symbol
/// </summary>
Expand Down

0 comments on commit e89342a

Please sign in to comment.