SymbolAttributes Class

Defines the structure for an object that represents the SymbolAttributes class.

Namespace: tsdata.marketdata

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Country string Gets the country for the exchange trading for the selected symbol.
Public property Currency int Gets an integer code that represents the currency in which the symbol is denominated.
Public property DailyLimit double Gets a numeric double representing the daily limit.
Public property Data object Accesses the SymbolAttributes properties.
Public property Delayed bool This property is true if user is subscribed to delayed data for the symbol. This property is false if the user is subscribed to real-time data for the symbol.
Public property DeliveryMonth int Gets an integer representing the delivery month for a futures contract. (1 = January, 2 = February, etc.)
Public property DeliveryYear int Gets an integer representing the delivery year for a futures contract. (eg. 2012, 2013, etc.)
Public property Description string Gets the description.
Public property Exchange string Gets the exchange name.
Public property ExpirationDate object Gets the DateTime object representing the expiration date for a futures or options contract.
Public property Extension string Gets the text value of the extension.
Public property FirstNoticeDate object Gets the DateTime of the first notice of a futures contract which is defined by the expiration rules.
Public property FullName string Gets the name of the symbol.
Public property GMTExchangeOffset double Gets a numeric double representing the offset to GMT.
Public property GMTLocalOffset double Gets a numeric double representing the GMT to local time offset.
Public property Halted bool Gets a Boolean value indicating whether trading of the symbol is currently halted by the exchange. True if trading of the symbol is halted; false if trading is not halted.
Public property MinMove double Gets a number representing the minimum move for the selected symbol. The minimum move is the smallest amount of price change allowed for a particular symbol.
Public property MinutesDelayed int Gets a number representing the minutes that the symbol is delayed.
Public property PointValue double Gets a number representing the point value.
Public property PriceBandHigh double Gets the highest price at which an order for the symbol may be placed today. Not supported in all versions of TradeStation.
Public property PriceBandLow double Gets the lowest price at which an order for the symbol may be placed today.Not supported in all versions of TradeStation.
Public property PriceScale double Gets a number representing the price scale. The price scale is the precision to which a security trades. For example, JDSU trades in 1/100, therefore its price scale 1/100.
Public property StrikePrice double Gets the strike price of an option contract.
Public property Symbol string Gets and sets the name of the symbol for which attributes are to be provided.
Public property SymbolType enum Gets the type of security that the symbol represents.  See SecurityType for a list of possible values.
Public property UnitsOfTrade int Gets the quantity of an order for which all ordertickets must be an integral multiple.
Methods
Events
Inheritance Hierarchy