Search
StockPrice Members
Constructors Methods
 


Represents a data object, containing open, close, low and high values for a certain date.

The following tables list the members exposed by the StockPrice type.

 Public Constructors

  Name Description

StockPrice

Overloaded. Initializes a new instance of the StockPrice class.

 Public Methods

  Name Description

getClose

Gets the close value.

getDate

Gets the date.

getHigh

Gets the high value.

getLow

Gets the low value.

getOpen

Gets the open value.

setClose

Sets the close value.

setDate

Sets the date.

setHigh

Sets the high value.

setLow

Sets the low value.

setOpen

Sets the open value.

 See Also