Baseline: Ausgangszustand vor Modularisierung
Erster Commit des bestehenden monolithischen WinForms-Copytraders, inklusive der Alt-Backups (*.bak), damit diese dauerhaft in der Historie rekonstruierbar bleiben. Threema-Lib unter libs/ wurde vendored (nested .git entfernt). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace PolyTraderSharp.Models
|
||||
{
|
||||
public class TraderAnalyticsResult
|
||||
{
|
||||
public int AccountId { get; set; }
|
||||
public int SourceTraderId { get; set; }
|
||||
public string SourceTraderName { get; set; } = string.Empty;
|
||||
public string SourceTraderAddress { get; set; } = string.Empty;
|
||||
public decimal Winrate30T { get; set; }
|
||||
public decimal Pnl30T { get; set; }
|
||||
public int Trades7D { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user