Fix global summary

This commit is contained in:
2025-09-28 15:47:27 +07:00
parent c71716d5c2
commit 563f0969d6
2 changed files with 149 additions and 179 deletions

View File

@@ -64,4 +64,6 @@ public class DailySnapshot
[Id(5)] public decimal TotalOpenInterest { get; set; }
[Id(6)] public int TotalPositionCount { get; set; }
[Id(7)] public int TotalPlatformFees { get; set; }
}