Time series message.
delete(): voidDelete the snapshot message to free resources when it is no longer needed.
voidisDeleted(): booleanHas the message been deleted?
booleanreadonly dataSourceId: DataSourceIdThe data source of this message
readonly symbologyId: SymbologyIdThe symbology of symbol
readonly symbol: stringThe symbol
readonly permissionId?: PermissionIdThe permission id, only present if received through a onTimeSeriesMessage callback or the TimeSeriesResult that contains this message has a status code of success.
readonly fieldData?: FieldDataThe field data of this message, only present if received through a onTimeSeriesMessage callback or the TimeSeriesResult that contains this message has a status code of success.
readonly isComplete: booleanIndicates if the request is complete and the handle should be deleted.