From 51e08a5fa1ac570f00be89d3c0231721cc57e717 Mon Sep 17 00:00:00 2001 From: Sik Yoon Date: Sun, 24 Mar 2024 22:44:02 +0900 Subject: [PATCH] Implement debug --- src/strategy_team/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy_team/mod.rs b/src/strategy_team/mod.rs index 412954c..e8b4ded 100644 --- a/src/strategy_team/mod.rs +++ b/src/strategy_team/mod.rs @@ -71,7 +71,7 @@ pub struct TimeData { pub last_server_ymdhs: String, } -#[derive(Clone)] +#[derive(Clone, Debug)] pub struct FilteredDataValue { pub closetime: i64, pub stoploss: Decimal,