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 name | Data type | Description |
---|---|---|
value | money | The current value of the issue. |
time | time | The time of the last quote. |
indication | indication id | See indication id for a more detailed description. |
volume | integer | The last quote volume. |
cumulative-volume | integer | The cumulative quote volume. Note that this value can exceed the standard 32 bit (signed) integer maximum. |
relative-difference | decimal | 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-difference | decimal | 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. |
turnover | money | The turnover. |
transactions | integer | The trade count. |