Documentation Index
Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Channel
Description
Generic market-data subscription used by subscribeMarketData(symbol, dataType). Specific helpers below use more precise channel formats for depth, OHLCV and product info.WebSocket URL
Channel parameters
| Parameter | Type | Description | Values |
|---|---|---|---|
dataType | string | Market data type configured in ApiConfig. | enum: depth, productInfo, productStat, tradeLog |
symbol | string | Trading symbol, for example VN30F1M. | example: VN30F1M |
Message
| Item | Value |
|---|---|
| Operation | receiveGenericMarketData |
| Name | GenericMarketData |
| Payload | GenericObject |
| Handler | StreamingService._handleMarketData |

