가상투자 설정 수정

This commit is contained in:
Macbook
2026-05-25 22:30:54 +09:00
parent cae1c3a624
commit 1e950c7db4
24 changed files with 1015 additions and 362 deletions
@@ -44,4 +44,10 @@ public class LiveStrategySettingsDto {
/** 매도 시그널 포지션 종속성 모드: "LONG_ONLY" | "SIGNAL_ONLY" */
@Builder.Default
private String positionMode = "LONG_ONLY";
/** true면 관심종목 전체 동기화 생략 (가상투자 per-market 저장) */
private Boolean skipWatchlistSync;
/** true면 gc_app_settings 전역 템플릿 갱신 생략 */
private Boolean skipGlobalTemplate;
}