Add platform grain

This commit is contained in:
2025-08-14 19:44:33 +07:00
parent 345d76e06f
commit 4a45d6c970
13 changed files with 2324 additions and 59 deletions

View File

@@ -19,6 +19,8 @@ namespace Managing.Domain.Bots
public decimal Roi { get; set; }
public decimal Volume { get; set; }
public decimal Fees { get; set; }
public int LongPositionCount { get; set; }
public int ShortPositionCount { get; set; }
}
}