Add startuptime and update creationDate
This commit is contained in:
@@ -52,5 +52,15 @@ namespace Managing.Api.Models.Responses
|
||||
/// The full trading bot configuration
|
||||
/// </summary>
|
||||
[Required] public TradingBotConfig Config { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time when the bot was created
|
||||
/// </summary>
|
||||
[Required] public DateTime CreateDate { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time when the bot was started
|
||||
/// </summary>
|
||||
[Required] public DateTime StartupTime { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user