Update naming and remove used calls

This commit is contained in:
2025-09-28 15:59:11 +07:00
parent 0fa051ccb7
commit 2d403da28f
3 changed files with 4 additions and 5 deletions

View File

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