Apache Stonehenge : QuoteDataBean
This page last changed on Dec 09, 2009 by nickh.
DescriptionThe QuoteDataBean stores information about a quote for a stock. It is a part of one or more service calls within the StockTrader Business Service contract. The Stonehenge StockTrader Sample Application does not make provision for the concept of a trading day. This means that the open price will remain constant, the volume will continually increment without resetting, and the high value and low value represent lifetime highs and lows. Members
Definition in XSD<xs:complexType name="QuoteDataBean"> <xs:sequence> <xs:element minOccurs="0" name="symbol" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="companyName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="price" type="xs:decimal" /> <xs:element minOccurs="0" name="open" type="xs:decimal" /> <xs:element minOccurs="0" name="low" type="xs:decimal" /> <xs:element minOccurs="0" name="high" type="xs:decimal" /> <xs:element minOccurs="0" name="change" type="xs:double" /> <xs:element minOccurs="0" name="volume" type="xs:double" /> </xs:sequence> </xs:complexType>
|
![]() |
Document generated by Confluence on Jun 22, 2010 14:31 |