The SymbolInformation type exposes the following members.

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