Constructs a SingleBarEventArgs object.

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

Syntax

C#
public SingleBarEventArgs(
	Symbol symbol,
	BarData bar,
	DateTime barEndTime,
	bool ticksWereSent
)
Visual Basic (Declaration)
Public Sub New ( _
	symbol As Symbol, _
	bar As BarData, _
	barEndTime As DateTime, _
	ticksWereSent As Boolean _
)
Visual C++
public:
SingleBarEventArgs(
	Symbol^ symbol, 
	BarData^ bar, 
	DateTime barEndTime, 
	bool ticksWereSent
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol object associated with this event.
bar
Type: RightEdge.Common..::.BarData
BarData information for this bar event.
barEndTime
Type: System..::.DateTime
Date/time assigned to the end of this bar.
ticksWereSent
Type: System..::.Boolean
Flag to indicate whether or not ticks were sent prior to the completion of this bar.

See Also