EasyLanguage Object Reference
Defines the structure for an object that represents the SymbolAttributes class.
Namespace: tsdata.marketdata
| Name | Type | Description | |
|   | Country | string | Gets the country for the exchange trading for the selected symbol. | 
|   | DailyLimit | double | Gets a numeric double representing the daily limit. | 
|   | DeliveryMonth | int | Gets an integer representing the delivery month for a futures contract. (1 = January, 2 = February, etc.) | 
|   | DeliveryYear | int | Gets an integer representing the delivery year for a futures contract. (eg. 2012, 2013, etc.) | 
|   | Description | string | Gets the description. | 
|   | Exchange | string | Gets the exchange name. | 
|   | ExpirationDate | object | Gets the datetime object representing the expiration date for a futures or options contract. | 
|   | Extension | string | Gets the text value of the extension. | 
|   | FirstNoticeDate | object | Gets the datetime object representing the date of the first notice of a futures contract as defined by the expiration rules. | 
|   | GMTExchangeOffset | double | Gets a numeric double representing the offset to GMT. | 
|   | GMTLocalOffset | double | Gets a numeric double representing the GMT to local time offset. | 
|   | 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. | 
|   | MinutesDelayed | int | Gets a number representing the minutes that the symbol is delayed. | 
|   | PointValue | double | Gets a number representing the point value. | 
|   | 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. | 
|   | Sessions | object | Gets the symbolsessions object. | 
|   | StrikePrice | double | Gets a number representing the price of an option contract. | 
|   | SymbolType | object | Gets the symboltype object. | 
| Name | Description | |
|  | Updated | Occurs whenever the SymbolAttributesProvider object is updated. See SymbolAttributesUpdatedEventArgs for the properties returned by the handler's args parameter. | 
tsdata.marketdata.SymbolAttributes