 | AccountPositionQuoteType 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, if the product is an option.
Namespace: ETradeNet.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<QuoteType> QuoteType { get; set; }
Public Property QuoteType As Nullable(Of QuoteType)
Get
Set
public:
property Nullable<QuoteType> QuoteType {
Nullable<QuoteType> get ();
void set (Nullable<QuoteType> value);
}
member QuoteType : Nullable<QuoteType> with get, set
Property Value
Type:
NullableQuoteTypeExpiry type, if the product is an option.
See Also