daksjdkal

This commit is contained in:
zastian-dev
2026-02-10 15:29:50 +00:00
parent 4cb6ad7547
commit 831dc84ff9
4 changed files with 109 additions and 28 deletions

View File

@@ -68,6 +68,7 @@ pub struct Position {
pub current_price: String,
pub unrealized_pl: String,
pub unrealized_plpc: String,
pub unrealized_intraday_pl: Option<String>,
pub change_today: Option<String>,
}