Update DTO
This commit is contained in:
@@ -13,7 +13,9 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
|
|||||||
public decimal FinalPnl { get; set; }
|
public decimal FinalPnl { get; set; }
|
||||||
|
|
||||||
public int WinRate { get; set; }
|
public int WinRate { get; set; }
|
||||||
|
[BsonRepresentation(BsonType.Decimal128)]
|
||||||
public decimal GrowthPercentage { get; set; }
|
public decimal GrowthPercentage { get; set; }
|
||||||
|
[BsonRepresentation(BsonType.Decimal128)]
|
||||||
public decimal HodlPercentage { get; set; }
|
public decimal HodlPercentage { get; set; }
|
||||||
public TradingBotConfigDto Config { get; set; }
|
public TradingBotConfigDto Config { get; set; }
|
||||||
public List<PositionDto> Positions { get; set; }
|
public List<PositionDto> Positions { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user