Market:QueryMarkets

Requests the available Markets for the authenticated user

Controller: Market
Topic: QueryMarkets
Action: Publish
Permissions: Nothing

Request

No Request Body

Response

An unordered array of Market State objects. See the Markets subscription for more information.

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"}
        ]
}