 | ExpirationDateExpiryType Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the expiry type of the option.
Namespace: ETradeNet.Market.OptionExpireDate.DataAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntaxpublic Nullable<ExpiryType> ExpiryType { get; set; }
Public Property ExpiryType As Nullable(Of ExpiryType)
Get
Set
public:
property Nullable<ExpiryType> ExpiryType {
Nullable<ExpiryType> get ();
void set (Nullable<ExpiryType> value);
}
member ExpiryType : Nullable<ExpiryType> with get, set
Property Value
Type:
NullableExpiryTypeExpiry type of the option.
See Also