The <Bulk> Element
Description
Contains bulk-data, which is optimised for speed updates rather than structured and detailed information.
<Bulk
content =
"literal"
collection =
string
mode =
"literal"
delivery-type =
string >
</Bulk>
Attributes
Attribute name | Data type | Description |
---|---|---|
content | literal | (Value = "quotes") |
collection | string |
The collection for which this bulk node was generated.
"generic" indicates a single issue requested with a
simple <Quote> (ticker) request.
For collections requested with a
filter, the filter is added
as in
collection="Euronext.Amsterdam.AEX.Shares#filter(top-10)" |
mode | literal | (Value = "summary|trade") |
delivery-type | string | The effective delivery type for the quote, i.e., real-time (realtime), delayed (delay) or end of day (endofday). Only returned for last trade summaries. |
Number of occurences
UnlimitedOccurs within
<TBMData>Can contain
<Issue> (bulk)Example
The trade mode of <Bulk> will generate a list of issues and their trades, simply by stating- <Issue id="1234">
- <T v="12.34" n="345" t="2001/02/14 16:31:11" i=""/>
- <T v="12.43" n="40" t="2001/02/14 16:31:12" i="A"/>
- <T v="12.12" n="621" t="2001/02/14 16:31:14" i=""/>
- <T v="12.14" n="349" t="2001/02/14 16:31:15" i=""/>
- <T v="12.16" n="3" t="2001/02/14 16:31:16" i=""/>
- <T v="12.13" n="686" t="2001/02/14 16:31:19" i=""/>
- <T v="12.21" n="214" t="2001/02/14 16:31:19" i=""/>
- </Issue>