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:
@@ -1,10 +1,12 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace CryptoExchange.Net.SharedApis
|
||||
{
|
||||
/// <summary>
|
||||
/// Funding rate
|
||||
/// </summary>
|
||||
[DebuggerDisplay("[{Timestamp}] {FundingRate}")]
|
||||
public record SharedFundingRate
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user