The <Bid> Element

Description

Value of the bid of various book depth levels.

<Bid
    level = integer
    value = money
    volume = integer
    orders = integer />

Attributes

Attribute nameData typeDescription
levelinteger The book depth level, a number from 1 to, currently, 10. In future higher book depths are possible. Note that there can be less than 10 depths, but if depth n : n > 0 is present, n - 1 will also be present.
valuemoney The price at this level of the order book.
volumeinteger The volume at this level of the order book.
ordersinteger The number of orders at this level of the order book.

Number of occurences

Unlimited

Occurs within

<BookDepth>

Can contain

None (element is closed).

See also

<Bid> | <Ask> (BookDepth)