모의투자 관리 기능 추가

This commit is contained in:
Macbook
2026-05-31 03:47:07 +09:00
parent 9d7dddfa57
commit 16d0e2c226
78 changed files with 4688 additions and 972 deletions
@@ -116,8 +116,8 @@ export function useVirtualBackendTradeSignals({
source: 'STRATEGY',
strategyId,
})
.then(trade => {
if (trade) {
.then(result => {
if (result?.trade) {
lastExecRef.current[execKey] = Date.now();
onFilled?.();
}