feat(trades): add live execution cockpit, closing cockpit, calculation cards and precision trade settings
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user