Add event

This commit is contained in:
2025-08-15 01:23:39 +07:00
parent 2622da05e6
commit e6c3ec139a
8 changed files with 169 additions and 44 deletions

View File

@@ -93,13 +93,13 @@ public class PlatformSummaryViewModel
/// Volume breakdown by asset/ticker
/// </summary>
[Id(13)]
public required Dictionary<string, decimal> VolumeByAsset { get; set; }
public required Dictionary<Ticker, decimal> VolumeByAsset { get; set; }
/// <summary>
/// Position count breakdown by asset/ticker
/// </summary>
[Id(14)]
public required Dictionary<string, int> PositionCountByAsset { get; set; }
public required Dictionary<Ticker, int> PositionCountByAsset { get; set; }
/// <summary>
/// Position count breakdown by direction (Long/Short)