OptionSecurity Class

Accesses the properties for a specified option from an OptionChain collection when using an OptionChainProvider component.  

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 Exchange string Gets the name of the exchange that the option is traded on.
Public property Expiration datetime Gets the expiration date of the option.
Public property ExpirationStyle enum Gets the expiration style. See OptionExpirationStyle for a list of possible values.
Public property ExpirationType enum Gets the expiration type. See OptionExpirationType for a list of possible values.
Public property IsNonStandard bool True when the option is non-standard.
Public property IsRegional bool True when the option is regional.
Public property Region string Gets the region name for a regional option.
Public property Strike double Gets the strike price of the option.
Public property Type enum The OptionType of the option.
  Name Description
Public property Create() Initializes a new instance of the class.