feat(trades): align TradeProposal and TradeAcceptance DTOs, update lifecycle and migrations

This commit is contained in:
2026-08-14 23:55:29 +02:00
parent 1447f0aa4c
commit 2151fd89f0
10 changed files with 780 additions and 85 deletions
+3
View File
@@ -68,6 +68,9 @@ public class TradeEntity
[MaxLength(30)]
public string InstrumentType { get; set; } = "Stock";
[MaxLength(20)]
public string? DerivativeIsin { get; set; }
public double WinRate { get; set; }
public VixMarketRegime VixRegime { get; set; }