Refact task

This commit is contained in:
2024-07-12 21:33:35 +07:00
parent 0544749a69
commit dfe92d787e
5 changed files with 120 additions and 16 deletions

View File

@@ -744,5 +744,5 @@ public class TradingBotBackup
public string AccountName { get; set; }
public bool IsForWatchingOnly { get; set; }
public Dictionary<DateTime, decimal> WalletBalances { get; set; }
public MoneyManagement MoneyManagement { get; internal set; }
public MoneyManagement MoneyManagement { get; set; }
}