This commit is contained in:
2026-02-12 15:31:34 +09:00
parent da4ab01d5f
commit ad5e7e0ccb
8 changed files with 189 additions and 111 deletions
+1
View File
@@ -4,6 +4,7 @@ import kotlinx.serialization.Serializable
@Serializable
data class RealTimeTrade(
val code: String,
val time: String, // 체결 시간 (HH:mm:ss)
val price: String, // 체결가
val change: String, // 전일 대비 (대비 기호 포함)