 | AccountMarginLevel 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 account's margin level.
Namespace: ETradeNet.Accounts.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic Nullable<MarginLevel> MarginLevel { get; set; }
Public Property MarginLevel As Nullable(Of MarginLevel)
Get
Set
public:
property Nullable<MarginLevel> MarginLevel {
Nullable<MarginLevel> get ();
void set (Nullable<MarginLevel> value);
}
member MarginLevel : Nullable<MarginLevel> with get, set
Property Value
Type:
NullableMarginLevelThe account's margin level.
See Also