The NewBarEventArgs type exposes the following members.

Constructors

  NameDescription
NewBarEventArgs
Initializes a new instance of the NewBarEventArgs class

Methods

  NameDescription
AddBar
Adds a BarData object to the list for the specified symbol.
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
BarDictionary
Gets the BarData objects aggregated by symbol.
BarEndTime
Gets or sets this bar's end time.
BarStartTime
Gets or sets this bar's start time.
Item
Gets the BarData object for this Symbol.
Symbols
Gets the Symbols associated with this instance.
TicksWereSent
Indicates whether ticks for this bar have been sent or not. This is to avoid counting data twice if they were.

See Also