Gets or sets the Symbol instance for this order.

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

Syntax

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

See Also