The SubscribeTickDataRequest object is used as an input in SubscribeTickData API. This API is used to fetch a streaming tick data.

SubscribeTickDataRequest

Field Name Data Type Accepted Values/Examples
Dategoogle.protobuf.TimestampTrade date
RequestboolIf set to True, a current snapshot of the data will be retrieved
RequestIdgoogle.protobuf.Int32ValueA user-supplied request ID that can be used to disambiguate response data
StartTimegoogle.protobuf.DurationThe time trading started for the current session
StopTimegoogle.protobuf.DurationThe time trading ended
SymbolstringValid ticker symbol (e.g., AAPL, IBM, VOD.LSE)
TickTypesrepeated TickTypesRefer to the section TickTypes
UserTokenstringA server generated GUID that is given as response to the client during the first login