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
@@ -51,6 +51,10 @@ namespace FinlyticTrades.Migrations
b.Property<DateTime>("CreatedAt")
.HasColumnType("timestamp with time zone");
b.Property<string>("DerivativeIsin")
.HasMaxLength(20)
.HasColumnType("character varying(20)");
b.Property<decimal?>("EntryFee")
.HasColumnType("decimal(18,4)");