NewBar information class.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class NewBarInfo : EventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class NewBarInfo _
	Inherits EventArgs
Visual C++
[SerializableAttribute]
public ref class NewBarInfo sealed : public EventArgs

Remarks

This class contains information about new bars that are generated within the trading system. This is simply a wrapper class that holds all of the relevant information in one place.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.NewBarInfo

See Also