알림 시간봉 오류 수정

This commit is contained in:
Macbook
2026-05-29 20:42:35 +09:00
parent a5f0a7eefd
commit 775f83e1b3
13 changed files with 200 additions and 35 deletions
@@ -44,4 +44,11 @@ public class CandleBarDto {
/** 시그널이 발생한 평가 분봉 (예: 1m, 3m, 5m) */
private String candleType;
/** 시그널 소유 — STOMP 수신 클라이언트가 본인 알림만 표시할 때 사용 */
private Long strategyId;
private Long userId;
private String deviceId;
/** CANDLE_CLOSE | REALTIME_TICK */
private String executionType;
}