The <Quote> Element

Description

Collection of quote data for a particular issue.

Note For historic quotes, several Quote nodes can occur, each with a different date. These historic price data nodes will only contain <Open>, <Close>, <High>, <Low> and <Last> nodes.

<Quote
    date = date
    order = integer
    currency = currency
    delivery-type = string >
</Quote>

Attributes

Attribute nameData typeDescription
datedate Date for this quote collection. Note: When a quote has no date, there is currently no trade for this issue. In this case it will probably only contain a <Previous> element.
orderinteger Reserved for future use.
currencycurrency The currency symbol for the quote values.
delivery-typestring The effective delivery type for the quote, i.e., real-time (realtime), delayed (delay) or end of day (endofday).

Number of occurences

Unlimited

Occurs within

<Issue>

Can contain

<Open> | <Close> | <Previous> | <Last> | <High> | <Low> | <Ask> | <Bid> | <OpenAsk> | <OpenBid> | <BookAsk> | <BookBid> | <BestAsk> | <BestBid> | <BlockTrade> | <BlockTradeOpen> | <BlockTradeHigh> | <BlockTradeLow> | <IndicativeOpen> | <Limit> | <Bclear>