실시간 웹소켓 리팩토링

This commit is contained in:
2026-02-23 15:37:22 +09:00
parent 276ef09d89
commit 19ebb1c6ea
10 changed files with 510 additions and 96 deletions

View File

@@ -148,6 +148,7 @@ export function TradeContainer() {
updateRealtimeTradeTick,
{
orderBookSymbol: selectedStock?.symbol,
orderBookMarket: selectedStock?.market,
onOrderBookMessage: handleOrderBookMessage,
},
);