Add startuptime and update creationDate
This commit is contained in:
@@ -3533,6 +3533,8 @@ export interface TradingBotResponse {
|
||||
identifier: string;
|
||||
agentName: string;
|
||||
config: TradingBotConfig;
|
||||
createDate: Date;
|
||||
startupTime: Date;
|
||||
}
|
||||
|
||||
export interface OpenPositionManuallyRequest {
|
||||
|
||||
@@ -673,6 +673,8 @@ export interface TradingBotResponse {
|
||||
identifier: string;
|
||||
agentName: string;
|
||||
config: TradingBotConfig;
|
||||
createDate: Date;
|
||||
startupTime: Date;
|
||||
}
|
||||
|
||||
export interface OpenPositionManuallyRequest {
|
||||
|
||||
Reference in New Issue
Block a user