The BarData type exposes the following members.

Constructors

  NameDescription
BarDataOverloaded.

Methods

  NameDescription
Clone
Creates a copy of this BarData class.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Ask
Ask price for this bar.
BarStartTime
Date and time of this bar.
Bid
Bid price for this price.
Close
Close price for this bar.
EmptyBar
Indicator determining if this bar is empty. True if it is empty, otherwise false.
High
High price for this bar.
Low
Low price for this bar.
Open
Open price for this bar.
OpenInterest
Open Interest for this bar.
PriceDateTime Obsolete.
Volume
Volume for this bar.

See Also