Update DTO

This commit is contained in:
2025-07-17 00:25:47 +07:00
parent 1e1b8b34c1
commit 73ddbb0711

View File

@@ -13,7 +13,9 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
public decimal FinalPnl { get; set; }
public int WinRate { get; set; }
[BsonRepresentation(BsonType.Decimal128)]
public decimal GrowthPercentage { get; set; }
[BsonRepresentation(BsonType.Decimal128)]
public decimal HodlPercentage { get; set; }
public TradingBotConfigDto Config { get; set; }
public List<PositionDto> Positions { get; set; }