Zenith:Feeds

Announces server feed status

Controller: Zenith
Topic: Feed
Action: Sub
Permissions: None

Payload

Name Type Expect Description
Name String Always The name of the feed
Class String Always The class of feed. One of the following:
Authority
Market
News
Trading
Scanner
Watchlist
Feed String Always Status of this data feed. One of:
Initialising: Feed is establishing, and will be online shortly.
Active: Feed is active and online.
Closed: Feed is active, but outside hours.
Inactive: Feed is offline, and outside hours. Data may be unavailable.
Impaired: Feed is unexpectedly offline, and data may be stale or unavailable.
Expired: Feed is temporarily unavailable while a new state is prepared.

Example

Send:

{"Controller":"Zenith","Topic":"Feeds","Action":"Sub","Confirm":true}

Receive:

{"Controller":"Zenith","Topic":"Feeds","Data":[{"Name":"TradingAuthority","Class":"Authority","Status":"Active"}]}
{"Controller":"Zenith","Topic":"Feeds","Action":"Sub","Confirm":true}