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