알림 시간봉 오류 수정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user