Market:QueryMarkets
Requests the available Markets for the authenticated user.
Controller: Market
Topic: QueryMarkets
Action: Publish
Permissions: None
Request
Section titled “Request”No Request Body
Response
Section titled “Response”An unordered array of Market State objects. See the Markets subscription for more information.
Example
Section titled “Example”Send:
{"Controller":"Market","Topic":"QueryMarkets","TransactionID":1}
Receive:
{ "Controller":"Market", "Topic":"QueryMarkets", "TransactionID":1, "Data": [ {"Code":"ASX","Feed":"Active","TradingDate":"2014-02-11","MarketTime":"2014-02-11T12:44:02+10:00","Status":"Open"} ]}