mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 04:42:57 +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>
|
||||
/// Position history
|
||||
/// </summary>
|
||||
[DebuggerDisplay("[{Timestamp}] {Symbol,nq} {PositionSide}: {RealizedPnl}")]
|
||||
public record SharedPositionHistory : SharedSymbolModel
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user