Skip to content

Commit

Permalink
[Feature] Update Match in WebSocket (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbavetta authored Feb 7, 2021
1 parent f1dda7b commit 29e469f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CoinbasePro/WebSocket/Models/Response/Match.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,13 @@ public class Match : BaseMessage
public long Sequence { get; set; }

public DateTimeOffset Time { get; set; }

public string MakerUserId { get; set; }

public Guid MakerProfileId { get; set; }

public decimal MakerFeeRate { get; set; }

public decimal TakerFeeRate { get; set; }
}
}

0 comments on commit 29e469f

Please sign in to comment.