가상투자 설정 수정

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
+6
View File
@@ -0,0 +1,6 @@
/** 가상·모의 체결 후 백테스팅 실시간 매매 목록 등 갱신용 */
export const PAPER_TRADES_CHANGED_EVENT = 'gc_paper_trades_changed';
export function notifyPaperTradesChanged(): void {
window.dispatchEvent(new CustomEvent(PAPER_TRADES_CHANGED_EVENT));
}