SubscriptionStatusMessage

A message containing subscription status information.

Properties

  • readonly state: SubscriptionState

    The new state of the subscription

  • readonly statusCode: StatusCode

    A status code indicating the cause of an issue if the state of the subscription is error or failure. In other cases this will always be StatusCode.success.

  • readonly dataSourceId: DataSourceId

    The data source of this message.

  • readonly request: string

    The requested symbol or query, or a blank string if the subscription state is SubscriptionState.failure.

  • readonly symbologyId: SymbologyId

    The symbology for request, if applicable.

Also in this Section