1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 03:43:00 +00:00

Added DebuggerDisplay attributes to Shared models

This commit is contained in:
Jkorf
2026-07-14 09:59:02 +02:00
parent 38a7b981ce
commit ecd00ea707
21 changed files with 100 additions and 6 deletions
@@ -1,10 +1,12 @@
using System;
using System.Diagnostics;
namespace CryptoExchange.Net.SharedApis
{
/// <summary>
/// Funding rate
/// </summary>
[DebuggerDisplay("[{Timestamp}] {FundingRate}")]
public record SharedFundingRate
{
/// <summary>