The Level1MarketDataRequest object is used as an input in SubscribeLevel1Ticks API. This API is used to fetch the level 1 market data snapshot.
Level1MarketDataRequest
| Field Name | Data Type | Accepted Values/Examples |
|---|---|---|
| Advise | bool | If set to True, real-time updates from the server will be registered for |
| RegionalExchangeIds | repeated string | Regional exchange ID |
| Request | bool | If set to True, a current snapshot of the data will be retrieved |
| Symbols | repeated string | Valid ticker symbol (e.g., AAPL, IBM, VOD.LSE) |
| UserToken | string | A server generated GUID that is given as response to the client during the first login |