 | ProductTypeCode 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 type of security.
Namespace: ETradeNet.Market.OptionChains.DataAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntaxpublic Nullable<TypeCode> TypeCode { get; set; }
Public Property TypeCode As Nullable(Of TypeCode)
Get
Set
public:
property Nullable<TypeCode> TypeCode {
Nullable<TypeCode> get ();
void set (Nullable<TypeCode> value);
}
member TypeCode : Nullable<TypeCode> with get, set
Property Value
Type:
NullableTypeCodeThe type of security.
See Also