The SymbolInformation type exposes the following members.

Methods

  NameDescription
Clone
Creates a shallow 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.)
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 a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CompanyName
Gets or sets the Company Name for this instance.
ContractSize
Gets or sets the contract size for the current symbol. For example, a Euro FX tick size is $0.0001. The contract size is 125,000 euros. The tick value is $12.50.
DecimalPlaces
Gets or sets the number of significant decimal places for this symbol
Industry
Gets or sets the industry for this instance.
Margin
Gets or sets the initial margin for 1 contract.
Sector
Gets or sets the Sector for this instance.
ShortMargin
SymbolNotes
User notes for the symbol.
TickSize
Gets or sets the tick size for the current symbol. This is the smallest allowable increment of price movement for a contract. For example, a Euro FX tick size is $0.0001. The contract size is 125,000 euros. The tick value is $12.50. This is also known as a multiplier.
TickValue
Gets the tick value for this futures contract. This is only available if the tick size and contract size has been set. For example, a Euro FX tick size is $0.0001. The contract size is 125,000 euros. The tick value is $12.50.

See Also