Sends a NewBar event with the specified bar end time.

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

Syntax

C#
public void SendNewBar(
	DateTime barEndTime
)
Visual Basic (Declaration)
Public Sub SendNewBar ( _
	barEndTime As DateTime _
)
Visual C++
public:
void SendNewBar(
	DateTime barEndTime
)

Parameters

barEndTime
Type: System..::.DateTime
This new bar's end time.

See Also