Get the time the order was submitted. This is only useful during real time execution.

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

Syntax

C#
public DateTime SubmittedDate { get; set; }
Visual Basic (Declaration)
Public Property SubmittedDate As DateTime
Visual C++
public:
property DateTime SubmittedDate {
	DateTime get ();
	void set (DateTime value);
}

See Also