The <Last> Element

Description

Value of the last quote.

Note For historic data only a cumulative-volume is available.

<Last
    value = money
    time = time
    indication = indication id
    volume = integer
    cumulative-volume = integer
    relative-difference = decimal
    absolute-difference = decimal
    turnover = money
    transactions = integer />

Attributes

Attribute nameData typeDescription
valuemoney The current value of the issue.
timetime The time of the last quote.
indicationindication id See indication id for a more detailed description.
volumeinteger The last quote volume.
cumulative-volumeinteger The cumulative quote volume. Note that this value can exceed the standard 32 bit (signed) integer maximum.
relative-differencedecimal The relative difference between the <Previous> value and the <Close> quote value. If there's no <Close>, the <Last> value is used to get a running difference. Note that this number is a factor, not a percentage; to get the percentage, you need to multiply the relative difference attribute by 100.
absolute-differencedecimal The absolute difference between the <Previous> value and the <Close> quote value. If there's no <Close>, the <Last> value is used to get a running difference.
turnovermoney The turnover.
transactionsinteger The trade count.

Number of occurences

Once (optional)

Occurs within

<Quote>

Can contain

None (element is closed).

See also

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