This commit is contained in:
2026-01-21 11:49:30 +09:00
parent 90512fc1bd
commit edec3c4de0
9 changed files with 245 additions and 122 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ fun ActiveTradeRow(
val detailText = when (item.status) {
"PENDING_BUY" -> "설정 비율: 익절 ${item.profitRate}% / 손절 ${item.stopLossRate}%"
"MONITORING" -> "목표가: ${String.format("%,.0f", item.targetPrice)} / 손절가: ${String.format("%,.0f", item.stopLossPrice)}"
else -> "주문번호: ${item.orderNo}"
else -> "주문번호: ${item.orderNo} ${item.orderedPrice} ${item.quantity}"
}
Text(