mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-12-13 09:08:59 +00:00
wip
This commit is contained in:
parent
0f64aa5cb6
commit
e9c7e53e1b
@ -52,7 +52,7 @@ namespace CryptoExchange.Net.Objects.Sockets
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{StreamId} - {(Symbol == null ? "" : (Symbol + " - "))}{(UpdateType == null ? "" : (UpdateType + " - "))}";
|
||||
return $"{StreamId} - {(Symbol == null ? "" : (Symbol + " - "))}{UpdateType}";
|
||||
}
|
||||
}
|
||||
|
||||
@ -127,5 +127,8 @@ namespace CryptoExchange.Net.Objects.Sockets
|
||||
DataTime = DataTime
|
||||
};
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString() => base.ToString().TrimEnd('-') + Data?.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user