TimeSeriesMessage

Time series message.

Methods

  • delete

    • delete(): void

      Delete the snapshot message to free resources when it is no longer needed.

      Returns void

  • isDeleted

    • isDeleted(): boolean

      Has the message been deleted?

      Returns boolean

Properties

  • readonly dataSourceId: DataSourceId

    The data source of this message

  • readonly symbologyId: SymbologyId

    The symbology of symbol

  • readonly symbol: string

    The symbol

  • readonly permissionId?: PermissionId

    The 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?: FieldData

    The 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: boolean

    Indicates if the request is complete and the handle should be deleted.

Also in this Section