EventArgs class used when an order is filled.

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

Syntax

C#
public sealed class OrderFilledEventArgs : EventArgs
Visual Basic (Declaration)
Public NotInheritable Class OrderFilledEventArgs _
	Inherits EventArgs
Visual C++
public ref class OrderFilledEventArgs sealed : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.OrderFilledEventArgs

See Also