The
SubscribeTickDataRequest object is used as an input in
SubscribeTickData API. This API is used to fetch a streaming tick data.
SubscribeTickDataRequest
| Date | google.protobuf.Timestamp | Trade date |
| Request | bool | If set to True, a current snapshot of the data will be retrieved |
| RequestId | google.protobuf.Int32Value | A user-supplied request ID that can be used to disambiguate response data |
| StartTime | google.protobuf.Duration | The time trading started for the current session |
| StopTime | google.protobuf.Duration | The time trading ended |
| Symbol | string | Valid ticker symbol (e.g., AAPL, IBM, VOD.LSE) |
| TickTypes | repeated TickTypes | Refer to the section TickTypes |
| UserToken | string | A server generated GUID that is given as response to the client during the first login |