Symbol & data refactoring for Nautilus
This commit is contained in:
@@ -197,7 +197,7 @@ See [[protocol]] for detailed ZMQ patterns and message formats.
|
||||
|
||||
**Features:**
|
||||
- CCXT-based exchange adapters
|
||||
- Subscribes to work queue via exchange prefix (e.g., `BINANCE:`)
|
||||
- Subscribes to work queue via exchange suffix (e.g., `.BINANCE`)
|
||||
- Writes raw data to Kafka only (no direct client responses)
|
||||
- Supports realtime ticks and historical OHLC
|
||||
|
||||
@@ -324,7 +324,7 @@ See [[protocol#Historical Data Query Flow]] for details.
|
||||
4. Relay → Clients (XPUB/SUB): Fanout to subscribers
|
||||
```
|
||||
|
||||
**Topic Format:** `{ticker}|{data_type}` (e.g., `BINANCE:BTC/USDT|tick`)
|
||||
**Topic Format:** `{ticker}|{data_type}` (e.g., `BTC/USDT.BINANCE|tick`)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user