Update naming and remove used calls
This commit is contained in:
@@ -799,7 +799,7 @@ public class DataController : ControllerBase
|
||||
TotalVolume = s.TotalVolume,
|
||||
TotalPnL = s.TotalPnL,
|
||||
TotalOpenInterest = s.TotalOpenInterest,
|
||||
TotalPositionCount = s.TotalPositionCount
|
||||
TotalPositionCount = s.TotalLifetimePositionCount
|
||||
})
|
||||
.ToList(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user