The <Issue> Element

Description

Contains bulk data for a single issue; either <T>, <A> and <B> for trade data, or elements lie <Q>, <O>, <H>, <L>, <C>, etc. for summaries.

<Issue
    id = integer
    date = "date" >
</Issue>

Attributes

Attribute nameData typeDescription
idinteger The issue id, as in <Issue>.
datedate The date for all underlying issue times, except <P>. The date attribute is omitted within trade mode.

Number of occurences

Unlimited

Occurs within

<Bulk>

Can contain

<Q> | <O> | <C> | <H> | <L> | <P> | <A> | <B> | <BA> | <BB> | <OA> | <OB> | <K> | <KO> | <KH> | <KL> | <Lt> | <Bc> | <Q> (historic) | <O> (historic) | <C> (historic) | <H> (historic) | <L> (historic) | <Q> (intraday) | <O> (intraday) | <C> (intraday) | <H> (intraday) | <L> (intraday)

See also

<Issue>