 | AccountPositionMarginable 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 position counts toward your margin.
Namespace: ETradeNet.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<bool> Marginable { get; set; }
Public Property Marginable As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Marginable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Marginable : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanIndicates whether the position counts toward your margin.
See Also