가상투자 설정 수정
This commit is contained in:
@@ -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));
|
||||
}
|
||||
Reference in New Issue
Block a user