We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01ec01 commit e51f6d7Copy full SHA for e51f6d7
src/features/order-execution-list/hooks/useExecutionListData.tsx
@@ -12,7 +12,7 @@ export default function useExecutionListData(ticker: CoinTicker) {
12
if (!client || !connected) return;
13
14
client.publish({
15
- destination: '/app/subscribe/realTimeTradeRate',
+ destination: `/app/subscribe/realTimeTradeRate/${ticker}`,
16
body: JSON.stringify({ ticker }),
17
});
18
0 commit comments