Add agent balance fetch from proxy
This commit is contained in:
@@ -90,6 +90,10 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
b.Property<DateTime?>("Runtime")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<decimal>("TotalBalance")
|
||||
.HasPrecision(18, 8)
|
||||
.HasColumnType("numeric(18,8)");
|
||||
|
||||
b.Property<decimal>("TotalPnL")
|
||||
.HasColumnType("decimal(18,8)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user