update stats data
This commit is contained in:
@@ -448,6 +448,8 @@ public class ManagingDbContext : DbContext
|
||||
entity.Property(e => e.Roi).HasPrecision(18, 8);
|
||||
entity.Property(e => e.Volume).HasPrecision(18, 8);
|
||||
entity.Property(e => e.Fees).HasPrecision(18, 8);
|
||||
entity.Property(e => e.LongPositionCount).IsRequired();
|
||||
entity.Property(e => e.ShortPositionCount).IsRequired();
|
||||
|
||||
// Create indexes
|
||||
entity.HasIndex(e => e.Identifier).IsUnique();
|
||||
|
||||
Reference in New Issue
Block a user