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