 | IGetDetailsResponseAccountType 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 the account's margin level.
Namespace: ETradeNet.Accounts.BalanceAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxNullable<MarginLevel> AccountType { get; }
ReadOnly Property AccountType As Nullable(Of MarginLevel)
Get
property Nullable<MarginLevel> AccountType {
Nullable<MarginLevel> get ();
}
abstract AccountType : Nullable<MarginLevel> with get
Property Value
Type:
NullableMarginLevelThe account's margin level.
See Also