The date of the first trade for the position, or MaxValue if there are no trades.

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

Syntax

C#
public DateTime OpenDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property OpenDate As DateTime
Visual C++
public:
property DateTime OpenDate {
	DateTime get ();
}

See Also