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

@@ -799,7 +799,7 @@ public class DataController : ControllerBase
TotalVolume = s.TotalVolume,
TotalPnL = s.TotalPnL,
TotalOpenInterest = s.TotalOpenInterest,
TotalPositionCount = s.TotalPositionCount
TotalPositionCount = s.TotalLifetimePositionCount
})
.ToList(),