The Symbol type exposes the following members.

Methods

  NameDescription
Clone
Creates a copy of this object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromUniqueId
Builds a Symbol instance from a unique identifier.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the Name property of this Symbol instance.
(Overrides Object..::.ToString()()().)
ToUniqueId
Converts this instance to a string for serialization.

Properties

  NameDescription
AssetClass
Gets or sets the asset type for this symbol.
BaseCurrency
The base currency for forex symbols; otherwise, None.
ContractType
Defines the contract type for this option. Put or call.
CurrencyType
Gets or sets the currency type associated with this symbol.
Exchange
Gets a string representation of the exchange.
ExpirationDate
Gets or sets the expiration date for this symbol (for futures or options).
Name
Gets a string representation of the symbol name.
StrikePrice
Gets or sets the strike price of this option symbol.
SymbolInformation
Gets or sets the SymbolInformation instance.
Tag
Gets or sets an object that can be used to store additional user-defined data related to the symbol.

See Also