Implement debug

This commit is contained in:
Sik Yoon 2024-03-24 22:44:02 +09:00
parent 1da5e57e94
commit 51e08a5fa1

View File

@ -71,7 +71,7 @@ pub struct TimeData {
pub last_server_ymdhs: String, pub last_server_ymdhs: String,
} }
#[derive(Clone)] #[derive(Clone, Debug)]
pub struct FilteredDataValue { pub struct FilteredDataValue {
pub closetime: i64, pub closetime: i64,
pub stoploss: Decimal, pub stoploss: Decimal,