feat: add TradeContext, Subcategory and LastAnalyzedAt
This commit is contained in:
@@ -91,5 +91,9 @@ public class Trade
|
||||
// ── Navigation ────────────────────────────────────────────────────────
|
||||
public Trader Trader { get; set; } = null!;
|
||||
public MarketOutcome? MarketOutcome { get; set; }
|
||||
|
||||
/// <summary>Analytics context containing high-resolution price data and slippage (if collected).</summary>
|
||||
public TradeContext? Context { get; set; }
|
||||
|
||||
public Market? DbMarket { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user