 | AccountPositionAdjustedOption 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 value indicating whether the option has been adjusted.
Namespace: ETradeNet.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<bool> AdjustedOption { get; set; }
Public Property AdjustedOption As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AdjustedOption {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AdjustedOption : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanIndicates whether the option has been adjusted.
See Also