모의투자 관리 기능 추가
This commit is contained in:
@@ -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?.();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user