The time at which the trade was executed

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

Syntax

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

See Also