 | ProductIdTypeCode 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.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
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