XML Schema Documentation

Model Group: BidMidAsk.model

[Table of contents]

Name BidMidAsk.model
Used by (from the same schema document) Complex Type TermPoint
Documentation The bid, mid, or ask values relevant for a quote
XML Instance Representation
<bid> xsd:decimal </bid> [0..1]

'A price \"bid\" by a buyer for an asset, i.e. the price a buyer is willing to pay.'

<mid> xsd:decimal </mid> [0..1]

'A price midway between the bid and the ask price.'

<ask> xsd:decimal </ask> [0..1]

'A price \"asked\" by a seller for an asset, i.e. the price at which a seller is willing to sell.'

Diagram
Schema Component Representation
<xsd:group name="BidMidAsk.model">
<xsd:sequence>
<xsd:element name="bid" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="mid" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="ask" type=" xsd:decimal " minOccurs="0"/>
</xsd:sequence>
</xsd:group>