feat(trades): add live execution cockpit, closing cockpit, calculation cards and precision trade settings

This commit is contained in:
2026-08-15 19:30:25 +02:00
parent 882d24a316
commit 34fa774cbf
31 changed files with 4235 additions and 630 deletions
+7
View File
@@ -68,6 +68,13 @@ public class TradeEntity
[MaxLength(30)]
public string InstrumentType { get; set; } = "Stock";
[MaxLength(50)]
public string AssetType { get; set; } = "stock";
public bool HasCfd { get; set; }
public List<string> DerivativeProductCategories { get; set; } = new();
[MaxLength(20)]
public string? DerivativeIsin { get; set; }