The Symbol class contains details for a particular ticker symbol. Symbol is intended to hold information that is specific to this particular symbol. For example, the SymbolInformation may hold the company name which is common. Where the Symbol class will hold things such as the strike price of the options contract which is very specific to this particular symbol.

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

Syntax

C#
[SerializableAttribute]
public sealed class Symbol : IComparable<Symbol>, 
	ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class Symbol _
	Implements IComparable(Of Symbol), ISerializable
Visual C++
[SerializableAttribute]
public ref class Symbol sealed : IComparable<Symbol^>, 
	ISerializable

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.Symbol

See Also