Fix: Implement FixPlan part A9, A10, B
This commit is contained in:
@@ -87,6 +87,7 @@ public class Trade
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public string? TransientWallet { get; set; }
|
||||
[NotMapped] public string? TransientDisplayName { get; set; }
|
||||
|
||||
// ── Navigation ────────────────────────────────────────────────────────
|
||||
public Trader Trader { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user